Deployment Access Log Setting Args
data class DeploymentAccessLogSettingArgs(val destinationArn: Output<String>? = null, val format: Output<String>? = null) : ConvertibleToJava<DeploymentAccessLogSettingArgs>
The `AccessLogSetting`
property type specifies settings for logging access in this stage. `AccessLogSetting`
is a property of the StageDescription property type.
Constructors
Link copied to clipboard
fun DeploymentAccessLogSettingArgs(destinationArn: Output<String>? = null, format: Output<String>? = null)