@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.615Z") @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 © 2021. All rights reserved.