CodeRepositoryArgs constructor
const
CodeRepositoryArgs({})
Creates a new CodeRepositoryArgs.
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.
Implementation
const CodeRepositoryArgs({
required this.codeRepositoryName,
required this.gitConfig,
this.region,
this.tags,
});