Class PolicyStatementProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.PolicyStatementProps.Jsii$Proxy
- All Implemented Interfaces:
PolicyStatementProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
PolicyStatementProps
@Stability(Stable)
@Internal
public static final class PolicyStatementProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements PolicyStatementProps
An implementation for
PolicyStatementProps-
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.services.bedrockagentcore.PolicyStatementProps
PolicyStatementProps.Builder, PolicyStatementProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(PolicyStatementProps.Builder builder) Constructor that initializes the object based on literal property values passed by thePolicyStatementProps.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 PolicyActionThe action the statement applies to.final PolicyEffectWhether the statement permits or forbids the action.final PolicyPrincipalThe principal the statement applies to.final PolicyResourceThe resource the statement applies to.final List<PolicyCondition> Conditions that must not hold for the statement to apply.final List<PolicyCondition> getWhen()Conditions that must all hold for the statement to apply.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 thePolicyStatementProps.Builder.
-
-
Method Details
-
getAction
Description copied from interface:PolicyStatementPropsThe action the statement applies to.- Specified by:
getActionin interfacePolicyStatementProps
-
getEffect
Description copied from interface:PolicyStatementPropsWhether the statement permits or forbids the action.- Specified by:
getEffectin interfacePolicyStatementProps
-
getPrincipal
Description copied from interface:PolicyStatementPropsThe principal the statement applies to.- Specified by:
getPrincipalin interfacePolicyStatementProps
-
getResource
Description copied from interface:PolicyStatementPropsThe resource the statement applies to.- Specified by:
getResourcein interfacePolicyStatementProps
-
getUnless
Description copied from interface:PolicyStatementPropsConditions that must not hold for the statement to apply.Default: - no exclusions
- Specified by:
getUnlessin interfacePolicyStatementProps
-
getWhen
Description copied from interface:PolicyStatementPropsConditions that must all hold for the statement to apply.Use
PolicyCondition.anyOf()for a member that only needs one of several conditions to hold.Default: - the statement applies whenever its principal, action and resource match
- Specified by:
getWhenin interfacePolicyStatementProps
-
$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()
-