@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-05-04T20:10:01.760Z") @Stability(value=Stable) public class FactName extends software.amazon.jsii.JsiiObject
Example:
public class MyFact implements IFact {
public final Object region;
public final Object name;
public final Object value;
}
Fact.register(new MyFact());
| Modifier and Type | Field and Description |
|---|---|
static String |
APPMESH_ECR_ACCOUNT
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.
|
static String |
CDK_METADATA_RESOURCE_AVAILABLE
Whether the AWS::CDK::Metadata CloudFormation Resource is available in-region or not.
|
static String |
DLC_REPOSITORY_ACCOUNT
The ID of the AWS account that owns the public ECR repository that contains the AWS Deep Learning Containers images in a given region.
|
static String |
DOMAIN_SUFFIX
The domain suffix for a region (e.g: 'amazonaws.com`).
|
static String |
EBS_ENV_ENDPOINT_HOSTED_ZONE_ID
The hosted zone ID used by Route 53 to alias a EBS environment endpoint in this region (e.g: Z2O1EMRO9K5GLX).
|
static String |
ELBV2_ACCOUNT
The account for ELBv2 in this region.
|
static String |
FIREHOSE_CIDR_BLOCK
The CIDR block used by Kinesis Data Firehose servers.
|
static String |
PARTITION
The name of the partition for a region (e.g: 'aws', 'aws-cn', ...).
|
static String |
S3_STATIC_WEBSITE_ENDPOINT
The endpoint used for hosting S3 static websites.
|
static String |
S3_STATIC_WEBSITE_ZONE_53_HOSTED_ZONE_ID
The endpoint used for aliasing S3 static websites in Route 53.
|
static String |
VPC_ENDPOINT_SERVICE_NAME_PREFIX
The prefix for VPC Endpoint Service names, cn.com.amazonaws.vpce for China regions, com.amazonaws.vpce otherwise.
|
| Modifier | Constructor and Description |
|---|---|
|
FactName() |
protected |
FactName(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FactName(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
cloudwatchLambdaInsightsVersion(String version)
The ARN of CloudWatch Lambda Insights for a version (e.g.
|
static String |
cloudwatchLambdaInsightsVersion(String version,
String arch)
The ARN of CloudWatch Lambda Insights for a version (e.g.
|
static String |
servicePrincipal(String service)
The name of the regional service principal for a given service.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String APPMESH_ECR_ACCOUNT
@Stability(value=Stable) public static final String CDK_METADATA_RESOURCE_AVAILABLE
The value is a boolean
modelled as YES or NO.
@Stability(value=Stable) public static final String DLC_REPOSITORY_ACCOUNT
@Stability(value=Stable) public static final String DOMAIN_SUFFIX
@Stability(value=Stable) public static final String EBS_ENV_ENDPOINT_HOSTED_ZONE_ID
@Stability(value=Stable) public static final String ELBV2_ACCOUNT
@Stability(value=Stable) public static final String FIREHOSE_CIDR_BLOCK
@Stability(value=Stable) public static final String PARTITION
@Stability(value=Stable) public static final String S3_STATIC_WEBSITE_ENDPOINT
@Stability(value=Stable) public static final String S3_STATIC_WEBSITE_ZONE_53_HOSTED_ZONE_ID
@Stability(value=Stable) public static final String VPC_ENDPOINT_SERVICE_NAME_PREFIX
protected FactName(software.amazon.jsii.JsiiObjectRef objRef)
protected FactName(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) public FactName()
@Stability(value=Stable) @NotNull public static String cloudwatchLambdaInsightsVersion(@NotNull String version, @Nullable String arch)
version - This parameter is required.arch - @Stability(value=Stable) @NotNull public static String cloudwatchLambdaInsightsVersion(@NotNull String version)
version - This parameter is required.@Stability(value=Stable) @NotNull public static String servicePrincipal(@NotNull String service)
service - the service name, either simple (e.g: `s3`, `codedeploy`) or qualified (e.g: `s3.amazonaws.com`). The `.amazonaws.com` and `.amazonaws.com.cn` domains are stripped from service names, so they are canonicalized in that respect. This parameter is required.Copyright © 2022. All rights reserved.