Retention Policy Args
    data class RetentionPolicyArgs(val days: Output<Int>, val enabled: Output<Boolean>) : ConvertibleToJava<RetentionPolicyArgs> 
Specifies the retention policy for the log.
Specifies the retention policy for the log.