Class CfnTopicRulePropsMixin.S3ActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.S3ActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRulePropsMixin.S3ActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRulePropsMixin.S3ActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRulePropsMixin.S3ActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRulePropsMixin.S3ActionProperty
An implementation for
CfnTopicRulePropsMixin.S3ActionProperty-
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.cfnpropertymixins.services.iot.CfnTopicRulePropsMixin.S3ActionProperty
CfnTopicRulePropsMixin.S3ActionProperty.Builder, CfnTopicRulePropsMixin.S3ActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopicRulePropsMixin.S3ActionProperty.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 Amazon S3 bucket.final StringThe Amazon S3 canned ACL that controls access to the object identified by the object key.final StringgetKey()The object key.final ObjectThe ARN of the IAM role that grants access.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 theCfnTopicRulePropsMixin.S3ActionProperty.Builder.
-
-
Method Details
-
getBucketName
Description copied from interface:CfnTopicRulePropsMixin.S3ActionPropertyThe Amazon S3 bucket.Returns union: either
StringorIBucketRef- Specified by:
getBucketNamein interfaceCfnTopicRulePropsMixin.S3ActionProperty- See Also:
-
getCannedAcl
Description copied from interface:CfnTopicRulePropsMixin.S3ActionPropertyThe Amazon S3 canned ACL that controls access to the object identified by the object key.For more information, see S3 canned ACLs .
- Specified by:
getCannedAclin interfaceCfnTopicRulePropsMixin.S3ActionProperty- See Also:
-
getKey
Description copied from interface:CfnTopicRulePropsMixin.S3ActionPropertyThe object key.For more information, see Actions, resources, and condition keys for Amazon S3 .
- Specified by:
getKeyin interfaceCfnTopicRulePropsMixin.S3ActionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRulePropsMixin.S3ActionProperty- Specified by:
getRoleArnin interfaceCfnTopicRulePropsMixin.S3ActionProperty- 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()
-