ResourcePolicyArgs

data class ResourcePolicyArgs(val bypassPolicyLockoutCheck: Output<Boolean>? = null, val policyDocument: Output<String>? = null, val policyName: Output<String>? = null) : ConvertibleToJava<ResourcePolicyArgs>

This schema provides construct and validation rules for AWS-XRay Resource Policy resource parameters.

Example Usage

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(bypassPolicyLockoutCheck: Output<Boolean>? = null, policyDocument: Output<String>? = null, policyName: Output<String>? = null)

Properties

Link copied to clipboard
val bypassPolicyLockoutCheck: Output<Boolean>? = null

A flag to indicate whether to bypass the resource policy lockout safety check

Link copied to clipboard
val policyDocument: Output<String>? = null

The resource policy document, which can be up to 5kb in size.

Link copied to clipboard
val policyName: Output<String>? = null

The name of the resource policy. Must be unique within a specific AWS account.

Functions

Link copied to clipboard
open override fun toJava(): ResourcePolicyArgs