@Generated(value="jsii-pacmak/0.16.0 (build 98909b5)", date="2019-09-06T00:51:48.999Z") @Stability(value=Experimental) public class Default extends software.amazon.jsii.JsiiObject
| 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 service,
String region,
String urlSuffix)
Computes a "standard" AWS Service principal for a given service, region and suffix.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRefprotected Default(software.amazon.jsii.JsiiObjectRef objRef)
protected Default(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public static String servicePrincipal(String service, String region, String urlSuffix)
service - the name of the service (s3, s3.amazonaws.com, ...).region - the region in which the service principal is needed.urlSuffix - the URL suffix for the partition in which the region is located.Copyright © 2019. All rights reserved.