Class CfnResourcePolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnResourcePolicyProps.Jsii$Proxy
- All Implemented Interfaces:
CfnResourcePolicyProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourcePolicyProps
@Stability(Stable)
@Internal
public static final class CfnResourcePolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourcePolicyProps
An implementation for
CfnResourcePolicyProps-
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.bedrock.CfnResourcePolicyProps
CfnResourcePolicyProps.Builder, CfnResourcePolicyProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnResourcePolicyProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourcePolicyProps.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 ObjectThe IAM policy document defining access permissions for the guardrail and guardrail profile resources.final StringThe ARN of the Bedrock Guardrail or Guardrail Profile resource.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 theCfnResourcePolicyProps.Builder.
-
-
Method Details
-
getPolicyDocument
Description copied from interface:CfnResourcePolicyPropsThe IAM policy document defining access permissions for the guardrail and guardrail profile resources.- Specified by:
getPolicyDocumentin interfaceCfnResourcePolicyProps- See Also:
-
getResourceArn
Description copied from interface:CfnResourcePolicyPropsThe ARN of the Bedrock Guardrail or Guardrail Profile resource.- Specified by:
getResourceArnin interfaceCfnResourcePolicyProps- 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()
-