CodeRepositoryState constructor
const
CodeRepositoryState({})
Creates a new CodeRepositoryState.
arn ARN assigned by AWS to this Code Repository.
codeRepositoryName The name of the Code Repository (must be unique).
gitConfig Specifies details about the repository. see Git Config details below.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
tags A map of tags to assign to the resource. 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.
Implementation
const CodeRepositoryState({
this.arn,
this.codeRepositoryName,
this.gitConfig,
this.region,
this.tags,
this.tagsAll,
});