Class CfnResourcePolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudtrail.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.cloudtrail.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 StringThe Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to the resource-based policy.final ObjectA JSON-formatted string for an AWS 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
-
getResourceArn
Description copied from interface:CfnResourcePolicyPropsThe Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel attached to the resource-based policy.Example event data store ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLEExample dashboard ARN format:
arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDashExample channel ARN format:
arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890- Specified by:
getResourceArnin interfaceCfnResourcePolicyProps- See Also:
-
getResourcePolicy
Description copied from interface:CfnResourcePolicyPropsA JSON-formatted string for an AWS resource-based policy.For example resource-based policies, see CloudTrail resource-based policy examples in the CloudTrail User Guide .
- Specified by:
getResourcePolicyin 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()
-