Interface PolicyStoreAliasReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PolicyStoreAliasReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-04T12:52:24.313Z")
@Stability(Stable)
public interface PolicyStoreAliasReference
extends software.amazon.jsii.JsiiSerializable
A reference to a PolicyStoreAlias 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.verifiedpermissions.*;
PolicyStoreAliasReference policyStoreAliasReference = PolicyStoreAliasReference.builder()
.aliasName("aliasName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forPolicyStoreAliasReferencestatic final classAn implementation forPolicyStoreAliasReference -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAliasName
The AliasName of the PolicyStoreAlias resource. -
builder
- Returns:
- a
PolicyStoreAliasReference.BuilderofPolicyStoreAliasReference
-