GetAuthPolicyPlainArgs

data class GetAuthPolicyPlainArgs(val policy: String? = null, val resourceIdentifier: String, val state: String? = null) : ConvertibleToJava<GetAuthPolicyPlainArgs>

A collection of arguments for invoking getAuthPolicy.

Constructors

Link copied to clipboard
constructor(policy: String? = null, resourceIdentifier: String, state: String? = null)

Properties

Link copied to clipboard
val policy: String? = null

The auth policy. The policy string in JSON must not contain newlines or blank lines.

Link copied to clipboard

The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.

Link copied to clipboard
val state: String? = null

The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is NONE, then, any auth policy you provide will remain inactive.

Functions

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