Interface CfnPolicyTemplateMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyTemplateMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:05.919Z")
@Stability(Stable)
public interface CfnPolicyTemplateMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnPolicyTemplatePropsMixin.
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.*;
CfnPolicyTemplateMixinProps cfnPolicyTemplateMixinProps = CfnPolicyTemplateMixinProps.builder()
.description("description")
.policyStoreId("policyStoreId")
.statement("statement")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyTemplateMixinPropsstatic final classAn implementation forCfnPolicyTemplateMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe description to attach to the new or updated policy template.default StringThe unique identifier of the policy store that contains the template.default StringSpecifies the content that you want to use for the new policy template, written in the Cedar policy language.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
The description to attach to the new or updated policy template.- See Also:
-
getPolicyStoreId
The unique identifier of the policy store that contains the template.- See Also:
-
getStatement
Specifies the content that you want to use for the new policy template, written in the Cedar policy language.- See Also:
-
builder
-