RepositoryArgs

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<TagArgs>>? = null, val upstreams: Output<List<String>>? = null) : ConvertibleToJava<RepositoryArgs>

The resource schema to create a CodeArtifact repository.

Constructors

Link copied to clipboard
constructor(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<TagArgs>>? = null, upstreams: Output<List<String>>? = null)

Properties

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

A text description of the repository.

Link copied to clipboard
val domainName: Output<String>? = null

The name of the domain that contains the repository.

Link copied to clipboard
val domainOwner: Output<String>? = null

The 12-digit account ID of the AWS account that owns the domain.

Link copied to clipboard
val externalConnections: Output<List<String>>? = null

A list of external connections associated with the repository.

Link copied to clipboard
val permissionsPolicyDocument: Output<Any>? = null

The access control resource policy on the provided repository. Search the CloudFormation User Guide for AWS::CodeArtifact::Repository for more information about the expected schema for this property.

Link copied to clipboard
val repositoryName: Output<String>? = null

The name of the repository.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

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

A list of upstream repositories associated with the repository.

Functions

Link copied to clipboard
open override fun toJava(): RepositoryArgs