@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:57.344Z") @Stability(value=Experimental) public interface AwsDestination extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AwsDestination.Builder
A builder for
AwsDestination |
static class |
AwsDestination.Jsii$Proxy
An implementation for
AwsDestination |
| Modifier and Type | Method and Description |
|---|---|
static AwsDestination.Builder |
builder() |
default String |
getAssumeRoleArn()
(experimental) The role that needs to be assumed while publishing this asset.
|
default String |
getAssumeRoleExternalId()
(experimental) The ExternalId that needs to be supplied while assuming this role.
|
default String |
getRegion()
(experimental) The region where this asset will need to be published.
|
@Stability(value=Experimental) @Nullable default String getAssumeRoleArn()
Default: - No role will be assumed
@Stability(value=Experimental) @Nullable default String getAssumeRoleExternalId()
Default: - No ExternalId will be supplied
@Stability(value=Experimental) @Nullable default String getRegion()
Default: - Current region
@Stability(value=Experimental) static AwsDestination.Builder builder()
AwsDestination.Builder of AwsDestinationCopyright © 2020. All rights reserved.