interface AddressProperty
Language Type name
.NETAmazon.CDK.AWS.Outposts.CfnSite.AddressProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsoutposts#CfnSite_AddressProperty
Javasoftware.amazon.awscdk.services.outposts.CfnSite.AddressProperty
Pythonaws_cdk.aws_outposts.CfnSite.AddressProperty
TypeScript aws-cdk-lib » aws_outposts » CfnSite » AddressProperty
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html
Example
import { aws_outposts as outposts } from 'aws-cdk-lib' ;
const addressProperty: outposts.CfnSite.AddressProperty = {
addressLine1: 'addressLine1' ,
city: 'city' ,
contactName: 'contactName' ,
contactPhoneNumber: 'contactPhoneNumber' ,
countryCode: 'countryCode' ,
postalCode: 'postalCode' ,
stateOrRegion: 'stateOrRegion' ,
addressLine2: 'addressLine2' ,
addressLine3: 'addressLine3' ,
districtOrCounty: 'districtOrCounty' ,
municipality: 'municipality' ,
};
Properties
Name Type Description
addressLine1 string
city string
contactName string
contactPhoneNumber string
countryCode string
postalCode string
stateOrRegion string
addressLine2? string
addressLine3? string
districtOrCounty? string
municipality? string
addressLine1
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-addressline1
city
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-city
contactName
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-contactname
contactPhoneNumber
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-contactphonenumber
countryCode
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-countrycode
postalCode
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-postalcode
stateOrRegion
Type:
string
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-stateorregion
addressLine2?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-addressline2
addressLine3?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-addressline3
districtOrCounty?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-districtorcounty
municipality?
Type:
string
(optional)
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-outposts-site-address.html#cfn-outposts-site-address-municipality