Interface AccessLoggingProps

interface AccessLoggingProps {
    enabled: boolean;
    prefix?: string;
}

Properties

Properties

enabled: boolean

Enable (load balancer) access logs.

Note, you will need to specify a region in your stack declaration to use this. Seehttps://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-elasticloadbalancingv2.ApplicationLoadBalancer.html#logwbraccesswbrlogsbucket-prefix

prefix?: string

S3 prefix for the logs.

Default Value

no prefix