@aws-sdk/client-apprunner

DisassociateCustomDomainCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
CustomDomain RequiredCustomDomain | undefined

A description of the domain name that's being disassociated.

DNSTarget Requiredstring | undefined

The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.

ServiceArn Requiredstring | undefined

The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.

VpcDNSTargets RequiredVpcDNSTarget[] | undefined

DNS Target records for the custom domains of this Amazon VPC.

Full Signature

export interface DisassociateCustomDomainCommandOutput extends DisassociateCustomDomainResponse, MetadataBearer