Interface GroupPolicyReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GroupPolicyReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.896Z")
@Stability(Stable)
public interface GroupPolicyReference
extends software.amazon.jsii.JsiiSerializable
A reference to a GroupPolicy resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.iam.*;
GroupPolicyReference groupPolicyReference = GroupPolicyReference.builder()
.groupName("groupName")
.policyName("policyName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forGroupPolicyReferencestatic final classAn implementation forGroupPolicyReference -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupPolicyReference.Builderbuilder()The GroupName of the GroupPolicy resource.The PolicyName of the GroupPolicy resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupName
The GroupName of the GroupPolicy resource. -
getPolicyName
The PolicyName of the GroupPolicy resource. -
builder
- Returns:
- a
GroupPolicyReference.BuilderofGroupPolicyReference
-