@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.611Z") @Stability(value=Experimental) public interface FlowLogDestinationConfig extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
FlowLogDestinationConfig.Builder
A builder for
FlowLogDestinationConfig |
static class |
FlowLogDestinationConfig.Jsii$Proxy
An implementation for
FlowLogDestinationConfig |
Modifier and Type | Method and Description |
---|---|
static FlowLogDestinationConfig.Builder |
builder() |
default IRole |
getIamRole()
(experimental) The IAM Role that has access to publish to CloudWatch logs.
|
default String |
getKeyPrefix()
(experimental) S3 bucket key prefix to publish the flow logs to.
|
FlowLogDestinationType |
getLogDestinationType()
(experimental) The type of destination to publish the flow logs to.
|
default ILogGroup |
getLogGroup()
(experimental) The CloudWatch Logs Log Group to publish the flow logs to.
|
default IBucket |
getS3Bucket()
(experimental) S3 bucket to publish the flow logs to.
|
@Stability(value=Experimental) @NotNull FlowLogDestinationType getLogDestinationType()
Default: - CLOUD_WATCH_LOGS
@Stability(value=Experimental) @Nullable default IRole getIamRole()
Default: - default IAM role is created for you
@Stability(value=Experimental) @Nullable default String getKeyPrefix()
Default: - undefined
@Stability(value=Experimental) @Nullable default ILogGroup getLogGroup()
Default: - default log group is created for you
@Stability(value=Experimental) @Nullable default IBucket getS3Bucket()
Default: - undefined
@Stability(value=Experimental) static FlowLogDestinationConfig.Builder builder()
FlowLogDestinationConfig.Builder
of FlowLogDestinationConfig
Copyright © 2021. All rights reserved.