interface LocationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lightsail.CfnDomain.LocationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslightsail#CfnDomain_LocationProperty |
![]() | software.amazon.awscdk.services.lightsail.CfnDomain.LocationProperty |
![]() | aws_cdk.aws_lightsail.CfnDomain.LocationProperty |
![]() | aws-cdk-lib » aws_lightsail » CfnDomain » LocationProperty |
The AWS Region and Availability Zone where the domain was created (read-only).
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lightsail as lightsail } from 'aws-cdk-lib';
const locationProperty: lightsail.CfnDomain.LocationProperty = {
availabilityZone: 'availabilityZone',
regionName: 'regionName',
};
Properties
Name | Type | Description |
---|---|---|
availability | string | The Availability Zone. |
region | string | The AWS Region name. |
availabilityZone?
Type:
string
(optional)
The Availability Zone.
regionName?
Type:
string
(optional)
The AWS Region name.