getDomain

The AWS::Amplify::Domain resource allows you to connect a custom domain to your app.

Return

null

Parameters

argument

null


suspend fun getDomain(arn: String): GetDomainResult

Return

null

Parameters

arn

ARN for the Domain Association.

See also


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

Return

null

Parameters

argument

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

See also