- Navigation Guide
@aws-sdk/client-apprunner
DisassociateCustomDomainCommandOutput Interface
The output of DisassociateCustomDomainCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CustomDomain Required | CustomDomain | undefined | A description of the domain name that's being disassociated. |
DNSTarget Required | string | undefined | The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name. |
ServiceArn Required | string | undefined | The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from. |
VpcDNSTargets Required | VpcDNSTarget[] | undefined | DNS Target records for the custom domains of this Amazon VPC. |
Full Signature
export interface DisassociateCustomDomainCommandOutput extends DisassociateCustomDomainResponse, MetadataBearer