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

A

APPMESH_ECR_ACCOUNT - Static variable in class software.amazon.awscdk.regioninfo.FactName
(experimental) The ID of the AWS account that owns the public ECR repository that contains the AWS App Mesh Envoy Proxy images in a given region.

C

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

D

Default - Class in software.amazon.awscdk.regioninfo
(experimental) 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
 
DLC_REPOSITORY_ACCOUNT - Static variable in class software.amazon.awscdk.regioninfo.FactName
(experimental) The ID of the AWS account that owns the public ECR repository that contains the AWS Deep Learning Containers images in a given region.
DOMAIN_SUFFIX - Static variable in class software.amazon.awscdk.regioninfo.FactName
(experimental) The domain suffix for a region (e.g: 'amazonaws.com`).

E

ELBV2_ACCOUNT - Static variable in class software.amazon.awscdk.regioninfo.FactName
(experimental) The account for ELBv2 in this region.

F

Fact - Class in software.amazon.awscdk.regioninfo
(experimental) 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
(experimental) 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
(experimental) Retrieves a fact from this Fact database.

G

get(String) - Static method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) Obtain region info for a given region name.
getAppMeshRepositoryAccount() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) The ID of the AWS account that owns the public ECR repository that contains the AWS App Mesh Envoy Proxy images in a given region.
getCdkMetadataResourceAvailable() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) Whether the `AWS::CDK::Metadata` CloudFormation Resource is available in this region or not.
getDlcRepositoryAccount() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) The ID of the AWS account that owns the public ECR repository containing the AWS Deep Learning Containers images in this region.
getDomainSuffix() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) The domain name suffix (e.g: amazonaws.com) for this region.
getElbv2Account() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) The account ID for ELBv2 in this region.
getName() - Method in interface software.amazon.awscdk.regioninfo.IFact
(experimental) The name of this fact.
getName() - Method in interface software.amazon.awscdk.regioninfo.IFact.Jsii$Default
(experimental) The name of this fact.
getName() - Method in class software.amazon.awscdk.regioninfo.IFact.Jsii$Proxy
(experimental) The name of this fact.
getName() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
 
getPartition() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) The name of the ARN partition for this region (e.g: aws).
getRegion() - Method in interface software.amazon.awscdk.regioninfo.IFact
(experimental) The region for which this fact applies.
getRegion() - Method in interface software.amazon.awscdk.regioninfo.IFact.Jsii$Default
(experimental) The region for which this fact applies.
getRegion() - Method in class software.amazon.awscdk.regioninfo.IFact.Jsii$Proxy
(experimental) The region for which this fact applies.
getRegions() - Static method in class software.amazon.awscdk.regioninfo.Fact
 
getRegions() - Static method in class software.amazon.awscdk.regioninfo.RegionInfo
 
getS3StaticWebsiteEndpoint() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) 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
(experimental) 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
(experimental) The value of this fact.
getValue() - Method in interface software.amazon.awscdk.regioninfo.IFact.Jsii$Default
(experimental) The value of this fact.
getValue() - Method in class software.amazon.awscdk.regioninfo.IFact.Jsii$Proxy
(experimental) The value of this fact.
getVpcEndpointServiceNamePrefix() - Method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) 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
(experimental) A fact that can be registered about a particular region.
IFact.Jsii$Default - Interface in software.amazon.awscdk.regioninfo
Internal default implementation for IFact.
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
(experimental) The name of the partition for a region (e.g: 'aws', 'aws-cn', ...).

R

RegionInfo - Class in software.amazon.awscdk.regioninfo
(experimental) 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
 
regionMap(String) - Static method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) Retrieves a collection of all fact values for all regions that fact is defined in.
register(IFact, Boolean) - Static method in class software.amazon.awscdk.regioninfo.Fact
(experimental) Registers a new fact in this Fact database.
register(IFact) - Static method in class software.amazon.awscdk.regioninfo.Fact
(experimental) Registers a new fact in this Fact database.
requireFact(String, String) - Static method in class software.amazon.awscdk.regioninfo.Fact
(experimental) Retrieve a fact from the Fact database.

S

S3_STATIC_WEBSITE_ENDPOINT - Static variable in class software.amazon.awscdk.regioninfo.FactName
(experimental) 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
(experimental) The endpoint used for aliasing S3 static websites in Route 53.
servicePrincipal(String, String, String) - Static method in class software.amazon.awscdk.regioninfo.Default
(experimental) Computes a "standard" AWS Service principal for a given service, region and suffix.
servicePrincipal(String) - Static method in class software.amazon.awscdk.regioninfo.FactName
(experimental) The name of the regional service principal for a given service.
servicePrincipal(String) - Method in class software.amazon.awscdk.regioninfo.RegionInfo
(experimental) 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
(experimental) Removes a fact from the database.
unregister(String, String) - Static method in class software.amazon.awscdk.regioninfo.Fact
(experimental) Removes a fact from the database.

V

VPC_ENDPOINT_SERVICE_NAME_PREFIX - Static variable in class software.amazon.awscdk.regioninfo.Default
(experimental) 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
(experimental) The prefix for VPC Endpoint Service names, cn.com.amazonaws.vpce for China regions, com.amazonaws.vpce otherwise.
A C D E F G I J P R S U V 
Skip navigation links

Copyright © 2021. All rights reserved.