Class CfnResourcePolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.xray.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.xray.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 ObjectA flag to indicate whether to bypass the resource-based policy lockout safety check.final StringThe resource-based policy document, which can be up to 5kb in size.final StringThe name of the resource-based 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 theCfnResourcePolicyProps.Builder.
-
-
Method Details
-
getPolicyDocument
Description copied from interface:CfnResourcePolicyPropsThe resource-based policy document, which can be up to 5kb in size.- Specified by:
getPolicyDocumentin interfaceCfnResourcePolicyProps
-
getPolicyName
Description copied from interface:CfnResourcePolicyPropsThe name of the resource-based policy.Must be unique within a specific AWS account.
- Specified by:
getPolicyNamein interfaceCfnResourcePolicyProps
-
getBypassPolicyLockoutCheck
Description copied from interface:CfnResourcePolicyPropsA flag to indicate whether to bypass the resource-based policy lockout safety check.- Specified by:
getBypassPolicyLockoutCheckin interfaceCfnResourcePolicyProps
-
$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()
-