GetAuthPolicyResult

data class GetAuthPolicyResult(val policy: Any? = null, val state: AuthPolicyState? = null)

Constructors

Link copied to clipboard
constructor(policy: Any? = null, state: AuthPolicyState? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policy: Any? = null

The auth policy. Search the CloudFormation User Guide for AWS::VpcLattice::AuthPolicy for more information about the expected schema for this property.

Link copied to clipboard
val state: AuthPolicyState? = 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.