@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.736Z") @Stability(value=Experimental) public interface CrossAccountDestinationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CrossAccountDestinationProps.Builder
A builder for
CrossAccountDestinationProps |
static class |
CrossAccountDestinationProps.Jsii$Proxy
An implementation for
CrossAccountDestinationProps |
| Modifier and Type | Method and Description |
|---|---|
static CrossAccountDestinationProps.Builder |
builder() |
default String |
getDestinationName()
(experimental) The name of the log destination.
|
IRole |
getRole()
(experimental) The role to assume that grants permissions to write to 'target'.
|
String |
getTargetArn()
(experimental) The log destination target's ARN.
|
@Stability(value=Experimental) @NotNull IRole getRole()
The role must be assumable by 'logs.{REGION}.amazonaws.com'.
@Stability(value=Experimental) @NotNull String getTargetArn()
@Stability(value=Experimental) @Nullable default String getDestinationName()
Default: Automatically generated
@Stability(value=Experimental) static CrossAccountDestinationProps.Builder builder()
Copyright © 2021. All rights reserved.