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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.S3ActionProperty
CfnTopicRule.S3ActionProperty.Builder, CfnTopicRule.S3ActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.S3ActionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Amazon S3 bucket.final String
The Amazon S3 canned ACL that controls access to the object identified by the object key.final String
getKey()
The object key.final String
The ARN of the IAM role that grants access.final int
hashCode()
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.S3ActionProperty
The Amazon S3 bucket.- Specified by:
getBucketName
in interfaceCfnTopicRule.S3ActionProperty
- See Also:
-
getKey
Description copied from interface:CfnTopicRule.S3ActionProperty
The object key.For more information, see Actions, resources, and condition keys for Amazon S3 .
- Specified by:
getKey
in interfaceCfnTopicRule.S3ActionProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnTopicRule.S3ActionProperty
The ARN of the IAM role that grants access.- Specified by:
getRoleArn
in interfaceCfnTopicRule.S3ActionProperty
- See Also:
-
getCannedAcl
Description copied from interface:CfnTopicRule.S3ActionProperty
The Amazon S3 canned ACL that controls access to the object identified by the object key.For more information, see S3 canned ACLs .
- Specified by:
getCannedAcl
in interfaceCfnTopicRule.S3ActionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-