@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-07-28T21:12:25.857Z") @Stability(value=Stable) public interface CfnFlowLogProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlowLogProps.Builder
A builder for
CfnFlowLogProps |
static class |
CfnFlowLogProps.Jsii$Proxy
An implementation for
CfnFlowLogProps |
Modifier and Type | Method and Description |
---|---|
static CfnFlowLogProps.Builder |
builder() |
default String |
getDeliverLogsPermissionArn()
`AWS::EC2::FlowLog.DeliverLogsPermissionArn`.
|
default String |
getLogDestination()
`AWS::EC2::FlowLog.LogDestination`.
|
default String |
getLogDestinationType()
`AWS::EC2::FlowLog.LogDestinationType`.
|
default String |
getLogGroupName()
`AWS::EC2::FlowLog.LogGroupName`.
|
String |
getResourceId()
`AWS::EC2::FlowLog.ResourceId`.
|
String |
getResourceType()
`AWS::EC2::FlowLog.ResourceType`.
|
String |
getTrafficType()
`AWS::EC2::FlowLog.TrafficType`.
|
@Stability(value=Stable) @NotNull String getResourceId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourceid
@Stability(value=Stable) @NotNull String getResourceType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-resourcetype
@Stability(value=Stable) @NotNull String getTrafficType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-traffictype
@Stability(value=Stable) @Nullable default String getDeliverLogsPermissionArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-deliverlogspermissionarn
@Stability(value=Stable) @Nullable default String getLogDestination()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestination
@Stability(value=Stable) @Nullable default String getLogDestinationType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-logdestinationtype
@Stability(value=Stable) @Nullable default String getLogGroupName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-flowlog.html#cfn-ec2-flowlog-loggroupname
@Stability(value=Stable) static CfnFlowLogProps.Builder builder()
CfnFlowLogProps.Builder
of CfnFlowLogProps
Copyright © 2020. All rights reserved.