Interface CfnPolicyStoreAliasMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyStoreAliasMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-04T12:52:36.107Z")
@Stability(Stable)
public interface CfnPolicyStoreAliasMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnPolicyStoreAliasPropsMixin.
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.verifiedpermissions.*;
CfnPolicyStoreAliasMixinProps cfnPolicyStoreAliasMixinProps = CfnPolicyStoreAliasMixinProps.builder()
.aliasName("aliasName")
.policyStoreId("policyStoreId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyStoreAliasMixinPropsstatic final classAn implementation forCfnPolicyStoreAliasMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAliasName
- See Also:
-
getPolicyStoreId
- See Also:
-
builder
-