Show / Hide Table of Contents

Interface FlowLogProps

(experimental) Properties of a VPC Flow Log.

Synopsis

Properties

flowLogName

(experimental) The name of the FlowLog.

resourceType

(experimental) The type of resource for which to create the flow log.

Properties

flowLogName

(experimental) The name of the FlowLog.

It is not recommended to use an explicit name.

If you don't specify a flowLogName, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.

Declaration
readonly flowLogName?: string;
Property Value

string

resourceType

(experimental) The type of resource for which to create the flow log.

Declaration
readonly resourceType: FlowLogResourceType;
Property Value

FlowLogResourceType

Back to top Generated by DocFX