interface DomainResultProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CloudFront.CfnDistributionTenant.DomainResultProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnDistributionTenant_DomainResultProperty |
![]() | software.amazon.awscdk.services.cloudfront.CfnDistributionTenant.DomainResultProperty |
![]() | aws_cdk.aws_cloudfront.CfnDistributionTenant.DomainResultProperty |
![]() | aws-cdk-lib » aws_cloudfront » CfnDistributionTenant » DomainResultProperty |
The details about the domain result.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudfront as cloudfront } from 'aws-cdk-lib';
const domainResultProperty: cloudfront.CfnDistributionTenant.DomainResultProperty = {
domain: 'domain',
status: 'status',
};
Properties
Name | Type | Description |
---|---|---|
domain? | string | The specified domain. |
status? | string | Whether the domain is active or inactive. |
domain?
Type:
string
(optional)
The specified domain.
status?
Type:
string
(optional)
Whether the domain is active or inactive.