Interface CfnApprovalPolicy.ApplicableToProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApprovalPolicy.ApplicableToProperty.Jsii$Proxy
- Enclosing class:
CfnApprovalPolicy
@Stability(Stable)
public static interface CfnApprovalPolicy.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.services.quicksight.*;
Object type;
ApplicableToProperty applicableToProperty = ApplicableToProperty.builder()
.type(type)
// the properties below are optional
.groupArns(List.of("groupArns"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApprovalPolicy.ApplicableToPropertystatic final classAn implementation forCfnApprovalPolicy.ApplicableToProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
- See Also:
-
getGroupArns
Required when type = GROUP.One or more group ARNs.
- See Also:
-
builder
-