Class CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty
An implementation for
CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty
CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty.Builder, CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe unique identifier of the policy template used to create this policy.final ObjectThe principal associated with this template-linked policy.final ObjectThe resource associated with this template-linked policy.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty.Builder.
-
-
Method Details
-
getPolicyTemplateId
Description copied from interface:CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionPropertyThe unique identifier of the policy template used to create this policy.- Specified by:
getPolicyTemplateIdin interfaceCfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty- See Also:
-
getPrincipal
Description copied from interface:CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionPropertyThe principal associated with this template-linked policy.Verified Permissions substitutes this principal for the
?principalplaceholder in the policy template when it evaluates an authorization request.Returns union: either
IResolvableorCfnPolicyPropsMixin.EntityIdentifierProperty- Specified by:
getPrincipalin interfaceCfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty- See Also:
-
getResource
Description copied from interface:CfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionPropertyThe resource associated with this template-linked policy.Verified Permissions substitutes this resource for the
?resourceplaceholder in the policy template when it evaluates an authorization request.Returns union: either
IResolvableorCfnPolicyPropsMixin.EntityIdentifierProperty- Specified by:
getResourcein interfaceCfnPolicyPropsMixin.TemplateLinkedPolicyDefinitionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-