AccessPolicy

class AccessPolicy : KotlinCustomResource

Amazon OpenSearchServerless access policy resource

Properties

Link copied to clipboard
val description: Output<String>?

The description of the policy

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

The name of the policy

Link copied to clipboard
val policy: Output<String>

The JSON policy document that is the content for the policy

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<AccessPolicyType>

The type of access policy. Currently the only option is data .

Link copied to clipboard
val urn: Output<String>