artifactory v6.8.4 published on Thursday, Jun 6, 2024 by Pulumi
artifactory.getLocalHuggingfacemlRepository
Explore with Pulumi AI
Provides a data source for a local huggingfaceml repository
Using getLocalHuggingfacemlRepository
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLocalHuggingfacemlRepository(args: GetLocalHuggingfacemlRepositoryArgs, opts?: InvokeOptions): Promise<GetLocalHuggingfacemlRepositoryResult>
function getLocalHuggingfacemlRepositoryOutput(args: GetLocalHuggingfacemlRepositoryOutputArgs, opts?: InvokeOptions): Output<GetLocalHuggingfacemlRepositoryResult>
def get_local_huggingfaceml_repository(archive_browsing_enabled: Optional[bool] = None,
blacked_out: Optional[bool] = None,
cdn_redirect: Optional[bool] = None,
description: Optional[str] = None,
download_direct: Optional[bool] = None,
excludes_pattern: Optional[str] = None,
includes_pattern: Optional[str] = None,
key: Optional[str] = None,
notes: Optional[str] = None,
priority_resolution: Optional[bool] = None,
project_environments: Optional[Sequence[str]] = None,
project_key: Optional[str] = None,
property_sets: Optional[Sequence[str]] = None,
repo_layout_ref: Optional[str] = None,
xray_index: Optional[bool] = None,
opts: Optional[InvokeOptions] = None) -> GetLocalHuggingfacemlRepositoryResult
def get_local_huggingfaceml_repository_output(archive_browsing_enabled: Optional[pulumi.Input[bool]] = None,
blacked_out: Optional[pulumi.Input[bool]] = None,
cdn_redirect: Optional[pulumi.Input[bool]] = None,
description: Optional[pulumi.Input[str]] = None,
download_direct: Optional[pulumi.Input[bool]] = None,
excludes_pattern: Optional[pulumi.Input[str]] = None,
includes_pattern: Optional[pulumi.Input[str]] = None,
key: Optional[pulumi.Input[str]] = None,
notes: Optional[pulumi.Input[str]] = None,
priority_resolution: Optional[pulumi.Input[bool]] = None,
project_environments: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
project_key: Optional[pulumi.Input[str]] = None,
property_sets: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
repo_layout_ref: Optional[pulumi.Input[str]] = None,
xray_index: Optional[pulumi.Input[bool]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLocalHuggingfacemlRepositoryResult]
func LookupLocalHuggingfacemlRepository(ctx *Context, args *LookupLocalHuggingfacemlRepositoryArgs, opts ...InvokeOption) (*LookupLocalHuggingfacemlRepositoryResult, error)
func LookupLocalHuggingfacemlRepositoryOutput(ctx *Context, args *LookupLocalHuggingfacemlRepositoryOutputArgs, opts ...InvokeOption) LookupLocalHuggingfacemlRepositoryResultOutput
> Note: This function is named LookupLocalHuggingfacemlRepository
in the Go SDK.
public static class GetLocalHuggingfacemlRepository
{
public static Task<GetLocalHuggingfacemlRepositoryResult> InvokeAsync(GetLocalHuggingfacemlRepositoryArgs args, InvokeOptions? opts = null)
public static Output<GetLocalHuggingfacemlRepositoryResult> Invoke(GetLocalHuggingfacemlRepositoryInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLocalHuggingfacemlRepositoryResult> getLocalHuggingfacemlRepository(GetLocalHuggingfacemlRepositoryArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: artifactory:index/getLocalHuggingfacemlRepository:getLocalHuggingfacemlRepository
arguments:
# arguments dictionary
The following arguments are supported:
- Key string
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- Archive
Browsing boolEnabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- Blacked
Out bool - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- Cdn
Redirect bool - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- Description string
- Public description.
- Download
Direct bool - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- Excludes
Pattern string - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- Includes
Pattern string - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- Notes string
- Internal description.
- Priority
Resolution bool - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- Project
Environments List<string> - Project
Key string - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- Property
Sets List<string> - List of property set name
- Repo
Layout stringRef - Repository layout key for the local repository
- Xray
Index bool - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
- Key string
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- Archive
Browsing boolEnabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- Blacked
Out bool - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- Cdn
Redirect bool - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- Description string
- Public description.
- Download
Direct bool - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- Excludes
Pattern string - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- Includes
Pattern string - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- Notes string
- Internal description.
- Priority
Resolution bool - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- Project
Environments []string - Project
Key string - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- Property
Sets []string - List of property set name
- Repo
Layout stringRef - Repository layout key for the local repository
- Xray
Index bool - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
- key String
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- archive
Browsing BooleanEnabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- blacked
Out Boolean - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- cdn
Redirect Boolean - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- description String
- Public description.
- download
Direct Boolean - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- excludes
Pattern String - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- includes
Pattern String - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- notes String
- Internal description.
- priority
Resolution Boolean - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- project
Environments List<String> - project
Key String - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- property
Sets List<String> - List of property set name
- repo
Layout StringRef - Repository layout key for the local repository
- xray
Index Boolean - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
- key string
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- archive
Browsing booleanEnabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- blacked
Out boolean - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- cdn
Redirect boolean - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- description string
- Public description.
- download
Direct boolean - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- excludes
Pattern string - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- includes
Pattern string - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- notes string
- Internal description.
- priority
Resolution boolean - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- project
Environments string[] - project
Key string - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- property
Sets string[] - List of property set name
- repo
Layout stringRef - Repository layout key for the local repository
- xray
Index boolean - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
- key str
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- archive_
browsing_ boolenabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- blacked_
out bool - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- cdn_
redirect bool - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- description str
- Public description.
- download_
direct bool - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- excludes_
pattern str - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- includes_
pattern str - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- notes str
- Internal description.
- priority_
resolution bool - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- project_
environments Sequence[str] - project_
key str - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- property_
sets Sequence[str] - List of property set name
- repo_
layout_ strref - Repository layout key for the local repository
- xray_
index bool - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
- key String
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- archive
Browsing BooleanEnabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- blacked
Out Boolean - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- cdn
Redirect Boolean - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- description String
- Public description.
- download
Direct Boolean - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- excludes
Pattern String - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- includes
Pattern String - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- notes String
- Internal description.
- priority
Resolution Boolean - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- project
Environments List<String> - project
Key String - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- property
Sets List<String> - List of property set name
- repo
Layout StringRef - Repository layout key for the local repository
- xray
Index Boolean - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
getLocalHuggingfacemlRepository Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Key string
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- Package
Type string - Project
Environments List<string> - Archive
Browsing boolEnabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- Blacked
Out bool - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- Cdn
Redirect bool - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- Description string
- Public description.
- Download
Direct bool - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- Excludes
Pattern string - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- Includes
Pattern string - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- Notes string
- Internal description.
- Priority
Resolution bool - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- Project
Key string - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- Property
Sets List<string> - List of property set name
- Repo
Layout stringRef - Repository layout key for the local repository
- Xray
Index bool - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
- Id string
- The provider-assigned unique ID for this managed resource.
- Key string
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- Package
Type string - Project
Environments []string - Archive
Browsing boolEnabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- Blacked
Out bool - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- Cdn
Redirect bool - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- Description string
- Public description.
- Download
Direct bool - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- Excludes
Pattern string - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- Includes
Pattern string - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- Notes string
- Internal description.
- Priority
Resolution bool - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- Project
Key string - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- Property
Sets []string - List of property set name
- Repo
Layout stringRef - Repository layout key for the local repository
- Xray
Index bool - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- package
Type String - project
Environments List<String> - archive
Browsing BooleanEnabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- blacked
Out Boolean - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- cdn
Redirect Boolean - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- description String
- Public description.
- download
Direct Boolean - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- excludes
Pattern String - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- includes
Pattern String - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- notes String
- Internal description.
- priority
Resolution Boolean - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- project
Key String - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- property
Sets List<String> - List of property set name
- repo
Layout StringRef - Repository layout key for the local repository
- xray
Index Boolean - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
- id string
- The provider-assigned unique ID for this managed resource.
- key string
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- package
Type string - project
Environments string[] - archive
Browsing booleanEnabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- blacked
Out boolean - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- cdn
Redirect boolean - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- description string
- Public description.
- download
Direct boolean - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- excludes
Pattern string - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- includes
Pattern string - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- notes string
- Internal description.
- priority
Resolution boolean - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- project
Key string - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- property
Sets string[] - List of property set name
- repo
Layout stringRef - Repository layout key for the local repository
- xray
Index boolean - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
- id str
- The provider-assigned unique ID for this managed resource.
- key str
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- package_
type str - project_
environments Sequence[str] - archive_
browsing_ boolenabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- blacked_
out bool - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- cdn_
redirect bool - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- description str
- Public description.
- download_
direct bool - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- excludes_
pattern str - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- includes_
pattern str - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- notes str
- Internal description.
- priority_
resolution bool - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- project_
key str - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- property_
sets Sequence[str] - List of property set name
- repo_
layout_ strref - Repository layout key for the local repository
- xray_
index bool - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- A mandatory identifier for the repository that must be unique. Must be 3 - 10 lowercase alphanumeric and hyphen characters. It cannot begin with a number or contain spaces or special characters.
- package
Type String - project
Environments List<String> - archive
Browsing BooleanEnabled - When set, you may view content such as HTML or Javadoc files directly from Artifactory. This may not be safe and therefore requires strict content moderation to prevent malicious users from uploading content that may compromise security (e.g., cross-site scripting attacks).
- blacked
Out Boolean - When set, the repository does not participate in artifact resolution and new artifacts cannot be deployed.
- cdn
Redirect Boolean - When set, download requests to this repository will redirect the client to download the artifact directly from AWS CloudFront. Available in Enterprise+ and Edge licenses only. Default value is 'false'
- description String
- Public description.
- download
Direct Boolean - When set, download requests to this repository will redirect the client to download the artifact directly from the cloud storage provider. Available in Enterprise+ and Edge licenses only.
- excludes
Pattern String - List of artifact patterns to exclude when evaluating artifact requests, in the form of x/y/**/z/*.By default no artifacts are excluded.
- includes
Pattern String - List of comma-separated artifact patterns to include when evaluating artifact requests in the form of x/y//z/*. When used, only artifacts matching one of the include patterns are served. By default, all artifacts are included (/*).
- notes String
- Internal description.
- priority
Resolution Boolean - Setting repositories with priority will cause metadata to be merged only from repositories set with this field
- project
Key String - Project key for assigning this repository to. Must be 2 - 20 lowercase alphanumeric and hyphen characters. When assigning repository to a project, repository key must be prefixed with project key, separated by a dash.
- property
Sets List<String> - List of property set name
- repo
Layout StringRef - Repository layout key for the local repository
- xray
Index Boolean - Enable Indexing In Xray. Repository will be indexed with the default retention period. You will be able to change it via Xray settings.
Package Details
- Repository
- artifactory pulumi/pulumi-artifactory
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
artifactory
Terraform Provider.