GetDomainResult

data class GetDomainResult(val arn: String? = null, val name: String? = null, val owner: String? = null, val permissionsPolicyDocument: Any? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, name: String? = null, owner: String? = null, permissionsPolicyDocument: Any? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the domain.

Link copied to clipboard
val name: String? = null

The name of the domain. This field is used for GetAtt

Link copied to clipboard
val owner: String? = null

The 12-digit account ID of the AWS account that owns the domain. This field is used for GetAtt

Link copied to clipboard

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

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

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