@Generated(value="jsii-pacmak/1.65.0 (build 7a02b7f)", date="2022-08-25T20:17:39.159Z") @Stability(value=Stable) public class Default extends software.amazon.jsii.JsiiObject
| Modifier and Type | Field and Description |
|---|---|
static String |
VPC_ENDPOINT_SERVICE_NAME_PREFIX
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" }`).
|
| Modifier | Constructor and Description |
|---|---|
protected |
Default(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Default(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static String |
servicePrincipal(String serviceFqn,
String region,
String urlSuffix)
Computes a "standard" AWS Service principal for a given service, region and suffix.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String VPC_ENDPOINT_SERVICE_NAME_PREFIX
protected Default(software.amazon.jsii.JsiiObjectRef objRef)
protected Default(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable) @NotNull public static String servicePrincipal(@NotNull String serviceFqn, @NotNull String region, @NotNull String urlSuffix)
This is useful for example when
you need to compute a service principal name, but you do not have a synthesize-time region literal available (so
all you have is { "Ref": "AWS::Region" }). This way you get the same defaulting behavior that is normally used
for built-in data.
serviceFqn - the name of the service (s3, s3.amazonaws.com, ...). This parameter is required.region - the region in which the service principal is needed. This parameter is required.urlSuffix - deprecated and ignored. This parameter is required.Copyright © 2022. All rights reserved.