Skip navigation links
C D F G I J P R S U V 

C

CDK_METADATA_RESOURCE_AVAILABLE - Static variable in class software.amazon.awscdk.regioninfo.FactName
Whether the AWS::CDK::Metadata CloudFormation Resource is available in-region or not.

D

Default - Class in software.amazon.awscdk.regioninfo
Provides default values for certain regional information points.
Default(JsiiObjectRef) - Constructor for class software.amazon.awscdk.regioninfo.Default
 
Default(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.regioninfo.Default
 
DOMAIN_SUFFIX - Static variable in class software.amazon.awscdk.regioninfo.FactName
The domain suffix for a region (e.g: 'amazonaws.com`).

F

Fact - Class in software.amazon.awscdk.regioninfo
A database of regional information.
Fact(JsiiObjectRef) - Constructor for class software.amazon.awscdk.regioninfo.Fact
 
Fact(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.regioninfo.Fact
 
FactName - Class in software.amazon.awscdk.regioninfo
All standardized fact names.
FactName(JsiiObjectRef) - Constructor for class software.amazon.awscdk.regioninfo.FactName
 
FactName(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.regioninfo.FactName
 
FactName() - Constructor for class software.amazon.awscdk.regioninfo.FactName
 
find(String, String) - Static method in class software.amazon.awscdk.regioninfo.Fact
Retrieves a fact from this Fact database.

G

get(String) - Static method in class software.amazon.awscdk.regioninfo.RegionInfo
Obtain region info for a given region name.
getCdkMetadataResourceAvailable() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
Whether the `AWS::CDK::Metadata` CloudFormation Resource is available in this region or not.
getDomainSuffix() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
The domain name suffix (e.g: amazonaws.com) for this region.
getName() - Method in interface software.amazon.awscdk.regioninfo.IFact
The name of this fact.
getName() - Method in class software.amazon.awscdk.regioninfo.IFact.Jsii$Proxy
The name of this fact.
getName() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
EXPERIMENTAL
getPartition() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
The name of the ARN partition for this region (e.g: aws).
getRegion() - Method in interface software.amazon.awscdk.regioninfo.IFact
The region for which this fact applies.
getRegion() - Method in class software.amazon.awscdk.regioninfo.IFact.Jsii$Proxy
The region for which this fact applies.
getRegions() - Static method in class software.amazon.awscdk.regioninfo.Fact
EXPERIMENTAL
getRegions() - Static method in class software.amazon.awscdk.regioninfo.RegionInfo
EXPERIMENTAL
getS3StaticWebsiteEndpoint() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
The endpoint used by S3 static website hosting in this region (e.g: s3-static-website-us-east-1.amazonaws.com).
getS3StaticWebsiteHostedZoneId() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
The hosted zone ID used by Route 53 to alias a S3 static website in this region (e.g: Z2O1EMRO9K5GLX).
getValue() - Method in interface software.amazon.awscdk.regioninfo.IFact
The value of this fact.
getValue() - Method in class software.amazon.awscdk.regioninfo.IFact.Jsii$Proxy
The value of this fact.
getVpcEndpointServiceNamePrefix() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
The prefix for VPC Endpoint Service names, cn.com.amazonaws.vpce for China regions, com.amazonaws.vpce otherwise.

I

IFact - Interface in software.amazon.awscdk.regioninfo
A fact that can be registered about a particular region.
IFact.Jsii$Proxy - Class in software.amazon.awscdk.regioninfo
A proxy class which represents a concrete javascript instance of this type.

J

Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.regioninfo.IFact.Jsii$Proxy
 

P

PARTITION - Static variable in class software.amazon.awscdk.regioninfo.FactName
The name of the partition for a region (e.g: 'aws', 'aws-cn', ...).

R

RegionInfo - Class in software.amazon.awscdk.regioninfo
Information pertaining to an AWS region.
RegionInfo(JsiiObjectRef) - Constructor for class software.amazon.awscdk.regioninfo.RegionInfo
 
RegionInfo(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.regioninfo.RegionInfo
 
register(IFact, Boolean) - Static method in class software.amazon.awscdk.regioninfo.Fact
Registers a new fact in this Fact database.
register(IFact) - Static method in class software.amazon.awscdk.regioninfo.Fact
Registers a new fact in this Fact database.
requireFact(String, String) - Static method in class software.amazon.awscdk.regioninfo.Fact
Retrieve a fact from the Fact database.

S

S3_STATIC_WEBSITE_ENDPOINT - Static variable in class software.amazon.awscdk.regioninfo.FactName
The endpoint used for hosting S3 static websites.
S3_STATIC_WEBSITE_ZONE_53_HOSTED_ZONE_ID - Static variable in class software.amazon.awscdk.regioninfo.FactName
The endpoint used for aliasing S3 static websites in Route 53.
servicePrincipal(String, String, String) - Static method in class software.amazon.awscdk.regioninfo.Default
Computes a "standard" AWS Service principal for a given service, region and suffix.
servicePrincipal(String) - Static method in class software.amazon.awscdk.regioninfo.FactName
The name of the regional service principal for a given service.
servicePrincipal(String) - Method in class software.amazon.awscdk.regioninfo.RegionInfo
The name of the service principal for a given service in this region.
software.amazon.awscdk.regioninfo - package software.amazon.awscdk.regioninfo
AWS Region-Specific Information Directory

U

unregister(String, String, String) - Static method in class software.amazon.awscdk.regioninfo.Fact
Removes a fact from the database.
unregister(String, String) - Static method in class software.amazon.awscdk.regioninfo.Fact
Removes a fact from the database.

V

VPC_ENDPOINT_SERVICE_NAME_PREFIX - Static variable in class software.amazon.awscdk.regioninfo.Default
The default value for a VPC Endpoint Service name prefix, useful if you do not have a synthesize-time region literal available (all you have is `{ "Ref": "AWS::Region" }`).
VPC_ENDPOINT_SERVICE_NAME_PREFIX - Static variable in class software.amazon.awscdk.regioninfo.FactName
The prefix for VPC Endpoint Service names, cn.com.amazonaws.vpce for China regions, com.amazonaws.vpce otherwise.
C D F G I J P R S U V 
Skip navigation links

Copyright © 2020. All rights reserved.