public static final class CfnDeliveryChannelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryChannelProps
CfnDeliveryChannelProps
CfnDeliveryChannelProps.Builder, CfnDeliveryChannelProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getConfigSnapshotDeliveryProperties()
The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
|
java.lang.String |
getName()
A name for the delivery channel.
|
java.lang.String |
getS3BucketName()
The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
|
java.lang.String |
getS3KeyPrefix()
The prefix for the specified Amazon S3 bucket.
|
java.lang.String |
getS3KmsKeyArn()
The Amazon Resource Name (ARN) of the AWS Key Management Service ( AWS KMS ) AWS KMS key (KMS key) used to encrypt objects delivered by AWS Config .
|
java.lang.String |
getSnsTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getS3BucketName()
CfnDeliveryChannelProps
If you specify a bucket that belongs to another AWS account , that bucket must have policies that grant access permissions to AWS Config . For more information, see Permissions for the Amazon S3 Bucket in the AWS Config Developer Guide .
getS3BucketName
in interface CfnDeliveryChannelProps
public final java.lang.Object getConfigSnapshotDeliveryProperties()
CfnDeliveryChannelProps
getConfigSnapshotDeliveryProperties
in interface CfnDeliveryChannelProps
public final java.lang.String getName()
CfnDeliveryChannelProps
If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the delivery channel name. For more information, see Name Type .
Updates are not supported. To change the name, you must run two separate updates. In the first update, delete this resource, and then recreate it with a new name in the second update.
getName
in interface CfnDeliveryChannelProps
public final java.lang.String getS3KeyPrefix()
CfnDeliveryChannelProps
getS3KeyPrefix
in interface CfnDeliveryChannelProps
public final java.lang.String getS3KmsKeyArn()
CfnDeliveryChannelProps
Must belong to the same Region as the destination S3 bucket.
getS3KmsKeyArn
in interface CfnDeliveryChannelProps
public final java.lang.String getSnsTopicArn()
CfnDeliveryChannelProps
If you choose a topic from another account, the topic must have policies that grant access permissions to AWS Config . For more information, see Permissions for the Amazon SNS Topic in the AWS Config Developer Guide .
getSnsTopicArn
in interface CfnDeliveryChannelProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()