Class CfnAppMonitor.ResourcePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rum.CfnAppMonitor.ResourcePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAppMonitor.ResourcePolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAppMonitor.ResourcePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnAppMonitor.ResourcePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAppMonitor.ResourcePolicyProperty
An implementation for
CfnAppMonitor.ResourcePolicyProperty-
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.rum.CfnAppMonitor.ResourcePolicyProperty
CfnAppMonitor.ResourcePolicyProperty.Builder, CfnAppMonitor.ResourcePolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAppMonitor.ResourcePolicyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnAppMonitor.ResourcePolicyProperty.Builder.
-
-
Method Details
-
getPolicyDocument
Description copied from interface:CfnAppMonitor.ResourcePolicyPropertyThe JSON to use as the resource policy.The document can be up to 4 KB in size. For more information about the contents and syntax for this policy, see Using resource-based policies with CloudWatch RUM .
- Specified by:
getPolicyDocumentin interfaceCfnAppMonitor.ResourcePolicyProperty- See Also:
-
getPolicyRevisionId
Description copied from interface:CfnAppMonitor.ResourcePolicyPropertyA string value that you can use to conditionally update your policy.You can provide the revision ID of your existing policy to make mutating requests against that policy.
When you assign a policy revision ID, then later requests about that policy will be rejected with an
InvalidPolicyRevisionIdExceptionerror if they don't provide the correct current revision ID.- Specified by:
getPolicyRevisionIdin interfaceCfnAppMonitor.ResourcePolicyProperty- 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()
-