@Stability(value=Stable) @Internal public static final class CfnDeliveryChannelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeliveryChannelProps
CfnDeliveryChannelPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDeliveryChannelProps.Builder, CfnDeliveryChannelProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDeliveryChannelProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDeliveryChannelProps.Builder. |
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(Object o) |
Object |
getConfigSnapshotDeliveryProperties()
The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
|
String |
getName()
A name for the delivery channel.
|
String |
getS3BucketName()
The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
|
String |
getS3KeyPrefix()
The prefix for the specified Amazon S3 bucket.
|
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 .
|
String |
getSnsTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDeliveryChannelProps.Builder builder)
CfnDeliveryChannelProps.Builder.public final String getS3BucketName()
CfnDeliveryChannelPropsIf 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 CfnDeliveryChannelPropspublic final Object getConfigSnapshotDeliveryProperties()
CfnDeliveryChannelPropsgetConfigSnapshotDeliveryProperties in interface CfnDeliveryChannelPropspublic final String getName()
CfnDeliveryChannelPropsIf 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 CfnDeliveryChannelPropspublic final String getS3KeyPrefix()
CfnDeliveryChannelPropsgetS3KeyPrefix in interface CfnDeliveryChannelPropspublic final String getS3KmsKeyArn()
CfnDeliveryChannelPropsMust belong to the same Region as the destination S3 bucket.
getS3KmsKeyArn in interface CfnDeliveryChannelPropspublic final String getSnsTopicArn()
CfnDeliveryChannelPropsIf 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.