RepositoryState constructor
- Input<
String?> ? administratorAccount, - Input<
String?> ? arn, - Input<
String?> ? description, - Input<
String?> ? domain, - Input<
String?> ? domainOwner, - Input<
RepositoryExternalConnections?> ? externalConnections, - Input<
String?> ? region, - Input<
String?> ? repository, - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?> - Input<
List< ? upstreams,RepositoryUpstream> ?>
Creates a new RepositoryState.
administratorAccount The account number of the AWS account that manages the repository.
arn The ARN of the repository.
description The description of the repository.
domain The domain that contains the created repository.
domainOwner The account number of the AWS account that owns the domain.
externalConnections An array of external connections associated with the repository. Only one external connection can be set per repository. see External Connections.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
repository The name of the repository to create.
tags Key-value map of resource tags. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
upstreams A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. see Upstream
Implementation
const RepositoryState({
this.administratorAccount,
this.arn,
this.description,
this.domain,
this.domainOwner,
this.externalConnections,
this.region,
this.repository,
this.tags,
this.tagsAll,
this.upstreams,
});