@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeliveryChannel extends Object implements Serializable, Cloneable, StructuredPojo
The channel through which Config delivers notifications and updated configuration states.
Constructor and Description |
---|
DeliveryChannel() |
Modifier and Type | Method and Description |
---|---|
DeliveryChannel |
clone() |
boolean |
equals(Object obj) |
ConfigSnapshotDeliveryProperties |
getConfigSnapshotDeliveryProperties()
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
|
String |
getName()
The name of the delivery channel.
|
String |
getS3BucketName()
The name of the Amazon S3 bucket to which 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 Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects
delivered by Config.
|
String |
getSnsTopicARN()
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration
changes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
|
void |
setName(String name)
The name of the delivery channel.
|
void |
setS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history
files.
|
void |
setS3KeyPrefix(String s3KeyPrefix)
The prefix for the specified Amazon S3 bucket.
|
void |
setS3KmsKeyArn(String s3KmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects
delivered by Config.
|
void |
setSnsTopicARN(String snsTopicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration
changes.
|
String |
toString()
Returns a string representation of this object.
|
DeliveryChannel |
withConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
|
DeliveryChannel |
withName(String name)
The name of the delivery channel.
|
DeliveryChannel |
withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history
files.
|
DeliveryChannel |
withS3KeyPrefix(String s3KeyPrefix)
The prefix for the specified Amazon S3 bucket.
|
DeliveryChannel |
withS3KmsKeyArn(String s3KmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects
delivered by Config.
|
DeliveryChannel |
withSnsTopicARN(String snsTopicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration
changes.
|
public void setName(String name)
The name of the delivery channel. By default, Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
name
- The name of the delivery channel. By default, Config assigns the name "default" when creating the delivery
channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your
current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery
channel that has the desired name.public String getName()
The name of the delivery channel. By default, Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
public DeliveryChannel withName(String name)
The name of the delivery channel. By default, Config assigns the name "default" when creating the delivery channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery channel that has the desired name.
name
- The name of the delivery channel. By default, Config assigns the name "default" when creating the delivery
channel. To change the delivery channel name, you must use the DeleteDeliveryChannel action to delete your
current delivery channel, and then you must use the PutDeliveryChannel command to create a delivery
channel that has the desired name.public void setS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history files.
If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.
s3BucketName
- The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration
history files.
If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.
public String getS3BucketName()
The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history files.
If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.
If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.
public DeliveryChannel withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history files.
If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.
s3BucketName
- The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration
history files.
If you specify a bucket that belongs to another Amazon Web Services account, that bucket must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon S3 Bucket in the Config Developer Guide.
public void setS3KeyPrefix(String s3KeyPrefix)
The prefix for the specified Amazon S3 bucket.
s3KeyPrefix
- The prefix for the specified Amazon S3 bucket.public String getS3KeyPrefix()
The prefix for the specified Amazon S3 bucket.
public DeliveryChannel withS3KeyPrefix(String s3KeyPrefix)
The prefix for the specified Amazon S3 bucket.
s3KeyPrefix
- The prefix for the specified Amazon S3 bucket.public void setS3KmsKeyArn(String s3KmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config. Must belong to the same Region as the destination S3 bucket.
s3KmsKeyArn
- The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt
objects delivered by Config. Must belong to the same Region as the destination S3 bucket.public String getS3KmsKeyArn()
The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config. Must belong to the same Region as the destination S3 bucket.
public DeliveryChannel withS3KmsKeyArn(String s3KmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects delivered by Config. Must belong to the same Region as the destination S3 bucket.
s3KmsKeyArn
- The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt
objects delivered by Config. Must belong to the same Region as the destination S3 bucket.public void setSnsTopicARN(String snsTopicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration changes.
If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.
snsTopicARN
- The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about
configuration changes.
If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.
public String getSnsTopicARN()
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration changes.
If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.
If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.
public DeliveryChannel withSnsTopicARN(String snsTopicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration changes.
If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.
snsTopicARN
- The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about
configuration changes.
If you choose a topic from another account, the topic must have policies that grant access permissions to Config. For more information, see Permissions for the Amazon SNS Topic in the Config Developer Guide.
public void setConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
configSnapshotDeliveryProperties
- The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.public ConfigSnapshotDeliveryProperties getConfigSnapshotDeliveryProperties()
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
public DeliveryChannel withConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
configSnapshotDeliveryProperties
- The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.public String toString()
toString
in class Object
Object.toString()
public DeliveryChannel clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.