@Stability(value=Stable) public static final class CfnLoggingConfiguration.Builder extends Object implements software.amazon.jsii.Builder<CfnLoggingConfiguration>
CfnLoggingConfiguration.| Modifier and Type | Method and Description |
|---|---|
CfnLoggingConfiguration |
build() |
static CfnLoggingConfiguration.Builder |
create(Construct scope,
String id) |
CfnLoggingConfiguration.Builder |
firewallArn(String firewallArn)
The Amazon Resource Name (ARN) of the `Firewall` that the logging configuration is associated with.
|
CfnLoggingConfiguration.Builder |
firewallName(String firewallName)
The name of the firewall that the logging configuration is associated with.
|
CfnLoggingConfiguration.Builder |
loggingConfiguration(CfnLoggingConfiguration.LoggingConfigurationProperty loggingConfiguration)
Defines how AWS Network Firewall performs logging for a `Firewall` .
|
CfnLoggingConfiguration.Builder |
loggingConfiguration(IResolvable loggingConfiguration)
Defines how AWS Network Firewall performs logging for a `Firewall` .
|
@Stability(value=Stable) public static CfnLoggingConfiguration.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnLoggingConfiguration.LogDestinationConfigProperty.Builder.@Stability(value=Stable) public CfnLoggingConfiguration.Builder firewallArn(String firewallArn)
You can't change the firewall specification after you create the logging configuration.
firewallArn - The Amazon Resource Name (ARN) of the `Firewall` that the logging configuration is associated with. This parameter is required.this@Stability(value=Stable) public CfnLoggingConfiguration.Builder loggingConfiguration(IResolvable loggingConfiguration)
loggingConfiguration - Defines how AWS Network Firewall performs logging for a `Firewall` . This parameter is required.this@Stability(value=Stable) public CfnLoggingConfiguration.Builder loggingConfiguration(CfnLoggingConfiguration.LoggingConfigurationProperty loggingConfiguration)
loggingConfiguration - Defines how AWS Network Firewall performs logging for a `Firewall` . This parameter is required.this@Stability(value=Stable) public CfnLoggingConfiguration.Builder firewallName(String firewallName)
You can't change the firewall specification after you create the logging configuration.
firewallName - The name of the firewall that the logging configuration is associated with. This parameter is required.this@Stability(value=Stable) public CfnLoggingConfiguration build()
build in interface software.amazon.jsii.Builder<CfnLoggingConfiguration>Copyright © 2022. All rights reserved.