Repository Args
data class RepositoryArgs(val description: Output<String>? = null, val domainName: Output<String>? = null, val domainOwner: Output<String>? = null, val externalConnections: Output<List<String>>? = null, val permissionsPolicyDocument: Output<Any>? = null, val repositoryName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val upstreams: Output<List<String>>? = null) : ConvertibleToJava<RepositoryArgs>
The resource schema to create a CodeArtifact repository.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, domainName: Output<String>? = null, domainOwner: Output<String>? = null, externalConnections: Output<List<String>>? = null, permissionsPolicyDocument: Output<Any>? = null, repositoryName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, upstreams: Output<List<String>>? = null)
Properties
Link copied to clipboard
A text description of the repository.
Link copied to clipboard
The name of the domain that contains the repository.
Link copied to clipboard
The 12-digit account ID of the AWS account that owns the domain.
Link copied to clipboard
A list of external connections associated with the repository.
Link copied to clipboard
The access control resource policy on the provided repository. Search the CloudFormation User Guide for AWS::CodeArtifact::Repository
for more information about the expected schema for this property.
Link copied to clipboard
The name of the repository.