@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.515Z") @Stability(value=Stable) public class CfnFlowLog extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFlowLog.Builder
A fluent builder for
CfnFlowLog. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFlowLog(software.constructs.Construct scope,
String id,
CfnFlowLogProps props)
Create a new `AWS::EC2::FlowLog`.
|
protected |
CfnFlowLog(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFlowLog(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDeliverLogsPermissionArn()
`AWS::EC2::FlowLog.DeliverLogsPermissionArn`.
|
String |
getLogDestination()
`AWS::EC2::FlowLog.LogDestination`.
|
String |
getLogDestinationType()
`AWS::EC2::FlowLog.LogDestinationType`.
|
String |
getLogFormat()
`AWS::EC2::FlowLog.LogFormat`.
|
String |
getLogGroupName()
`AWS::EC2::FlowLog.LogGroupName`.
|
Number |
getMaxAggregationInterval()
`AWS::EC2::FlowLog.MaxAggregationInterval`.
|
String |
getResourceId()
`AWS::EC2::FlowLog.ResourceId`.
|
String |
getResourceType()
`AWS::EC2::FlowLog.ResourceType`.
|
TagManager |
getTags()
`AWS::EC2::FlowLog.Tags`.
|
String |
getTrafficType()
`AWS::EC2::FlowLog.TrafficType`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDeliverLogsPermissionArn(String value)
`AWS::EC2::FlowLog.DeliverLogsPermissionArn`.
|
void |
setLogDestination(String value)
`AWS::EC2::FlowLog.LogDestination`.
|
void |
setLogDestinationType(String value)
`AWS::EC2::FlowLog.LogDestinationType`.
|
void |
setLogFormat(String value)
`AWS::EC2::FlowLog.LogFormat`.
|
void |
setLogGroupName(String value)
`AWS::EC2::FlowLog.LogGroupName`.
|
void |
setMaxAggregationInterval(Number value)
`AWS::EC2::FlowLog.MaxAggregationInterval`.
|
void |
setResourceId(String value)
`AWS::EC2::FlowLog.ResourceId`.
|
void |
setResourceType(String value)
`AWS::EC2::FlowLog.ResourceType`.
|
void |
setTrafficType(String value)
`AWS::EC2::FlowLog.TrafficType`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFlowLog(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFlowLog(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFlowLog(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnFlowLogProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getResourceId()
@Stability(value=Stable)
public void setResourceId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getResourceType()
@Stability(value=Stable)
public void setResourceType(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getTrafficType()
@Stability(value=Stable)
public void setTrafficType(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDeliverLogsPermissionArn()
@Stability(value=Stable)
public void setDeliverLogsPermissionArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLogDestination()
@Stability(value=Stable)
public void setLogDestination(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLogDestinationType()
@Stability(value=Stable)
public void setLogDestinationType(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLogFormat()
@Stability(value=Stable)
public void setLogFormat(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLogGroupName()
@Stability(value=Stable)
public void setLogGroupName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getMaxAggregationInterval()
@Stability(value=Stable)
public void setMaxAggregationInterval(@Nullable
Number value)
Copyright © 2021. All rights reserved.