AccountPolicy

class AccountPolicy : KotlinCustomResource

The AWS::Logs::AccountPolicy resource specifies a CloudWatch Logs AccountPolicy.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val accountId: Output<String>

User account id

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policyDocument: Output<String>

The body of the policy document you want to use for this topic. You can only add one policy per PolicyType. The policy must be in JSON string format. Length Constraints: Maximum length of 30720

Link copied to clipboard
val policyName: Output<String>

The name of the account policy

Link copied to clipboard

Type of the policy.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Scope for policy application

Link copied to clipboard

Log group selection criteria to apply policy only to a subset of log groups. SelectionCriteria string can be up to 25KB and cloudwatchlogs determines the length of selectionCriteria by using its UTF-8 bytes

Link copied to clipboard
val urn: Output<String>