| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogDestinationType |
FlowLogDestinationConfig.getLogDestinationType()
(experimental) The type of destination to publish the flow logs to.
|
FlowLogDestinationType |
FlowLogDestinationConfig.Jsii$Proxy.getLogDestinationType() |
static FlowLogDestinationType |
FlowLogDestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowLogDestinationType[] |
FlowLogDestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FlowLogDestinationConfig.Builder |
FlowLogDestinationConfig.Builder.logDestinationType(FlowLogDestinationType logDestinationType)
Sets the value of
FlowLogDestinationConfig.getLogDestinationType() |
| Constructor and Description |
|---|
Jsii$Proxy(FlowLogDestinationType logDestinationType,
IRole iamRole,
String keyPrefix,
ILogGroup logGroup,
IBucket s3Bucket)
Constructor that initializes the object based on literal property values passed by the
FlowLogDestinationConfig.Builder. |
Copyright © 2021. All rights reserved.