Class CfnMailManagerRuleSet.S3ActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnMailManagerRuleSet.S3ActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMailManagerRuleSet.S3ActionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMailManagerRuleSet.S3ActionProperty
@Stability(Stable)
@Internal
public static final class CfnMailManagerRuleSet.S3ActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMailManagerRuleSet.S3ActionProperty
An implementation for
CfnMailManagerRuleSet.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.ses.CfnMailManagerRuleSet.S3ActionProperty
CfnMailManagerRuleSet.S3ActionProperty.Builder, CfnMailManagerRuleSet.S3ActionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMailManagerRuleSet.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 StringA policy that states what to do in the case of failure.final StringThe Amazon Resource Name (ARN) of the IAM Role to use while writing to S3.final StringThe bucket name of the S3 bucket to write to.final StringThe S3 prefix to use for the write to the s3 bucket.final StringThe KMS Key ID to use to encrypt the message in S3.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 theCfnMailManagerRuleSet.S3ActionProperty.Builder.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnMailManagerRuleSet.S3ActionPropertyThe Amazon Resource Name (ARN) of the IAM Role to use while writing to S3.This role must have access to the s3:PutObject, kms:Encrypt, and kms:GenerateDataKey APIs for the given bucket.
- Specified by:
getRoleArnin interfaceCfnMailManagerRuleSet.S3ActionProperty- See Also:
-
getS3Bucket
Description copied from interface:CfnMailManagerRuleSet.S3ActionPropertyThe bucket name of the S3 bucket to write to.- Specified by:
getS3Bucketin interfaceCfnMailManagerRuleSet.S3ActionProperty- See Also:
-
getActionFailurePolicy
Description copied from interface:CfnMailManagerRuleSet.S3ActionPropertyA policy that states what to do in the case of failure.The action will fail if there are configuration errors. For example, the specified the bucket has been deleted.
- Specified by:
getActionFailurePolicyin interfaceCfnMailManagerRuleSet.S3ActionProperty- See Also:
-
getS3Prefix
Description copied from interface:CfnMailManagerRuleSet.S3ActionPropertyThe S3 prefix to use for the write to the s3 bucket.- Specified by:
getS3Prefixin interfaceCfnMailManagerRuleSet.S3ActionProperty- See Also:
-
getS3SseKmsKeyId
Description copied from interface:CfnMailManagerRuleSet.S3ActionPropertyThe KMS Key ID to use to encrypt the message in S3.- Specified by:
getS3SseKmsKeyIdin interfaceCfnMailManagerRuleSet.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()
-