getDomain

The resource schema to create a CodeArtifact domain.

Return

null

Parameters

argument

null


suspend fun getDomain(arn: String): GetDomainResult

Return

null

Parameters

arn

The ARN of the domain.

See also


suspend fun getDomain(argument: suspend GetDomainPlainArgsBuilder.() -> Unit): GetDomainResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.codeartifact.kotlin.inputs.GetDomainPlainArgs.

See also