VpcFlowLogsConfig constructor
VpcFlowLogsConfig({
- String? aggregationInterval,
- String? createTime,
- String? description,
- String? filterExpr,
- double? flowSampling,
- String? interconnectAttachment,
- Map<
String, String> ? labels, - String? metadata,
- List<
String> ? metadataFields, - String? name,
- String? state,
- String? targetResourceState,
- String? updateTime,
- String? vpnTunnel,
Implementation
VpcFlowLogsConfig({
this.aggregationInterval,
this.createTime,
this.description,
this.filterExpr,
this.flowSampling,
this.interconnectAttachment,
this.labels,
this.metadata,
this.metadataFields,
this.name,
this.state,
this.targetResourceState,
this.updateTime,
this.vpnTunnel,
});