AuthPolicy

class AuthPolicy : KotlinCustomResource

Creates or updates the auth policy.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val policy: Output<Any>

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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: Output<AuthPolicyState>

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.

Link copied to clipboard
val urn: Output<String>