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