AuthPolicyArgs

data class AuthPolicyArgs(val policy: Output<Any>? = null, val resourceIdentifier: Output<String>? = null) : ConvertibleToJava<AuthPolicyArgs>

Creates or updates the auth policy.

Constructors

Link copied to clipboard
constructor(policy: Output<Any>? = null, resourceIdentifier: Output<String>? = null)

Properties

Link copied to clipboard
val policy: Output<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 resourceIdentifier: Output<String>? = null

The ID or ARN of the service network or service for which the policy is created.

Functions

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