Account Policy Args
data class AccountPolicyArgs(val policyDocument: Output<String>? = null, val policyName: Output<String>? = null, val policyType: Output<AccountPolicyPolicyType>? = null, val scope: Output<AccountPolicyScope>? = null) : ConvertibleToJava<AccountPolicyArgs>
The AWS::Logs::AccountPolicy resource specifies a CloudWatch Logs AccountPolicy.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun AccountPolicyArgs(policyDocument: Output<String>? = null, policyName: Output<String>? = null, policyType: Output<AccountPolicyPolicyType>? = null, scope: Output<AccountPolicyScope>? = null)