CfnAuthPolicyMixinProps

class aws_cdk.mixins_preview.aws_vpclattice.mixins.CfnAuthPolicyMixinProps(*, policy=None, resource_identifier=None)

Bases: object

Properties for CfnAuthPolicyPropsMixin.

Parameters:
  • policy (Any) – The auth policy.

  • resource_identifier (Optional[str]) – The ID or ARN of the service network or service for which the policy is created.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-authpolicy.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_vpclattice import mixins as vpclattice_mixins

# policy: Any

cfn_auth_policy_mixin_props = vpclattice_mixins.CfnAuthPolicyMixinProps(
    policy=policy,
    resource_identifier="resourceIdentifier"
)

Attributes

policy

The auth policy.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-authpolicy.html#cfn-vpclattice-authpolicy-policy

resource_identifier

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

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-authpolicy.html#cfn-vpclattice-authpolicy-resourceidentifier