Repository

class Repository : KotlinCustomResource

The resource schema to create a CodeArtifact repository.

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the repository.

Link copied to clipboard
val description: Output<String>?

A text description of the repository.

Link copied to clipboard
val domainName: Output<String>

The name of the domain that contains the repository.

Link copied to clipboard
val domainOwner: Output<String>

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
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the repository. This is used for GetAtt

Link copied to clipboard

The access control resource policy on the provided repository.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val repositoryName: Output<String>

The name of the repository.

Link copied to clipboard
val tags: Output<List<RepositoryTag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val upstreams: Output<List<String>>?

A list of upstream repositories associated with the repository.

Link copied to clipboard
val urn: Output<String>