AccessPolicyArgs

data class AccessPolicyArgs(val description: Output<String>? = null, val name: Output<String>? = null, val policy: Output<String>? = null, val type: Output<AccessPolicyType>? = null) : ConvertibleToJava<AccessPolicyArgs>

Amazon OpenSearchServerless access policy resource

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, name: Output<String>? = null, policy: Output<String>? = null, type: Output<AccessPolicyType>? = null)

Properties

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

The description of the policy

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

The name of the policy

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

The JSON policy document that is the content for the policy

Link copied to clipboard
val type: Output<AccessPolicyType>? = null

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

Functions

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