@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.610Z") @Stability(value=Experimental) public class FlowLog extends Resource implements IFlowLog
| Modifier and Type | Class and Description |
|---|---|
static class |
FlowLog.Builder
(experimental) A fluent builder for
FlowLog. |
software.amazon.jsii.JsiiObject.InitializationModeIFlowLog.Jsii$Default, IFlowLog.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
FlowLog(software.constructs.Construct scope,
String id,
FlowLogProps props) |
protected |
FlowLog(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
FlowLog(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static IFlowLog |
fromFlowLogId(software.constructs.Construct scope,
String id,
String flowLogId)
(experimental) Import a Flow Log by it's Id.
|
IBucket |
getBucket()
(experimental) The S3 bucket to publish flow logs to.
|
String |
getFlowLogId()
(experimental) The Id of the VPC Flow Log.
|
IRole |
getIamRole()
(experimental) The iam role used to publish logs to CloudWatch.
|
String |
getKeyPrefix()
(experimental) S3 bucket key prefix to publish the flow logs under.
|
ILogGroup |
getLogGroup()
(experimental) The CloudWatch Logs LogGroup to publish flow logs to.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected FlowLog(software.amazon.jsii.JsiiObjectRef objRef)
protected FlowLog(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public FlowLog(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
FlowLogProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IFlowLog fromFlowLogId(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull String flowLogId)
scope - This parameter is required.id - This parameter is required.flowLogId - This parameter is required.@Stability(value=Experimental) @NotNull public String getFlowLogId()
getFlowLogId in interface IFlowLog@Stability(value=Experimental) @Nullable public IBucket getBucket()
@Stability(value=Experimental) @Nullable public IRole getIamRole()
@Stability(value=Experimental) @Nullable public String getKeyPrefix()
@Stability(value=Experimental) @Nullable public ILogGroup getLogGroup()
Copyright © 2021. All rights reserved.