@Generated(value="jsii-pacmak/0.14.0 (build a586a1a)", date="2019-07-08T12:55:17.333Z") @Stability(value=Experimental) public class Default extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Default(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| 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, jsiiStaticSetprotected Default(software.amazon.jsii.JsiiObject.InitializationMode mode)
@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.