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<RepositoryTagArgs>>? = null, val upstreams: Output<List<String>>? = null) : ConvertibleToJava<RepositoryArgs>
The resource schema to create a CodeArtifact repository.
Constructors
Link copied to clipboard
fun RepositoryArgs(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<RepositoryTagArgs>>? = null, upstreams: Output<List<String>>? = null)