1. Packages
  2. AWS Native
  3. API Docs
  4. networkfirewall
  5. LoggingConfiguration

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.networkfirewall.LoggingConfiguration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Resource type definition for AWS::NetworkFirewall::LoggingConfiguration

    Create LoggingConfiguration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LoggingConfiguration(name: string, args: LoggingConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def LoggingConfiguration(resource_name: str,
                             args: LoggingConfigurationInitArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def LoggingConfiguration(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             firewall_arn: Optional[str] = None,
                             logging_configuration: Optional[LoggingConfigurationArgs] = None,
                             firewall_name: Optional[str] = None)
    func NewLoggingConfiguration(ctx *Context, name string, args LoggingConfigurationArgs, opts ...ResourceOption) (*LoggingConfiguration, error)
    public LoggingConfiguration(string name, LoggingConfigurationArgs args, CustomResourceOptions? opts = null)
    public LoggingConfiguration(String name, LoggingConfigurationArgs args)
    public LoggingConfiguration(String name, LoggingConfigurationArgs args, CustomResourceOptions options)
    
    type: aws-native:networkfirewall:LoggingConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args LoggingConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args LoggingConfigurationInitArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args LoggingConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LoggingConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LoggingConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const aws_nativeLoggingConfigurationResource = new aws_native.networkfirewall.LoggingConfiguration("aws-nativeLoggingConfigurationResource", {
        firewallArn: "string",
        loggingConfiguration: {
            logDestinationConfigs: [{
                logDestination: {
                    string: "string",
                },
                logDestinationType: aws_native.networkfirewall.LoggingConfigurationLogDestinationConfigLogDestinationType.S3,
                logType: aws_native.networkfirewall.LoggingConfigurationLogDestinationConfigLogType.Alert,
            }],
        },
        firewallName: "string",
    });
    
    Coming soon!
    

    LoggingConfiguration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The LoggingConfiguration resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LoggingConfiguration resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    LoggingConfiguration, LoggingConfigurationArgs

    LoggingConfigurationLogDestinationConfig, LoggingConfigurationLogDestinationConfigArgs

    LoggingConfigurationLogDestinationConfigLogDestinationType, LoggingConfigurationLogDestinationConfigLogDestinationTypeArgs

    S3
    S3
    CloudWatchLogs
    CloudWatchLogs
    KinesisDataFirehose
    KinesisDataFirehose
    LoggingConfigurationLogDestinationConfigLogDestinationTypeS3
    S3
    LoggingConfigurationLogDestinationConfigLogDestinationTypeCloudWatchLogs
    CloudWatchLogs
    LoggingConfigurationLogDestinationConfigLogDestinationTypeKinesisDataFirehose
    KinesisDataFirehose
    S3
    S3
    CloudWatchLogs
    CloudWatchLogs
    KinesisDataFirehose
    KinesisDataFirehose
    S3
    S3
    CloudWatchLogs
    CloudWatchLogs
    KinesisDataFirehose
    KinesisDataFirehose
    S3
    S3
    CLOUD_WATCH_LOGS
    CloudWatchLogs
    KINESIS_DATA_FIREHOSE
    KinesisDataFirehose
    "S3"
    S3
    "CloudWatchLogs"
    CloudWatchLogs
    "KinesisDataFirehose"
    KinesisDataFirehose

    LoggingConfigurationLogDestinationConfigLogType, LoggingConfigurationLogDestinationConfigLogTypeArgs

    Alert
    ALERT
    Flow
    FLOW
    LoggingConfigurationLogDestinationConfigLogTypeAlert
    ALERT
    LoggingConfigurationLogDestinationConfigLogTypeFlow
    FLOW
    Alert
    ALERT
    Flow
    FLOW
    Alert
    ALERT
    Flow
    FLOW
    ALERT
    ALERT
    FLOW
    FLOW
    "ALERT"
    ALERT
    "FLOW"
    FLOW

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi