CfnAuthPolicyMixinProps
- class aws_cdk.mixins_preview.aws_vpclattice.mixins.CfnAuthPolicyMixinProps(*, policy=None, resource_identifier=None)
Bases:
objectProperties 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:
- 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.
- resource_identifier
The ID or ARN of the service network or service for which the policy is created.