Interface CfnApprovalPolicyPropsMixin.ApplicableToProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApprovalPolicyPropsMixin.ApplicableToProperty.Jsii$Proxy
Enclosing class:
CfnApprovalPolicyPropsMixin

@Stability(Stable) public static interface CfnApprovalPolicyPropsMixin.ApplicableToProperty extends software.amazon.jsii.JsiiSerializable
Scoping: who the policy applies to.

GROUP: groupArns required (one or more group ARNs).

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
 Object type;
 ApplicableToProperty applicableToProperty = ApplicableToProperty.builder()
         .groupArns(List.of("groupArns"))
         .type(type)
         .build();
 

See Also: