@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeliveryChannel extends Object implements Serializable, Cloneable, StructuredPojo
The channel through which AWS 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 AWS 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 AWS Config delivers configuration snapshots and configuration history
files.
|
String |
getS3KeyPrefix()
The prefix for the specified Amazon S3 bucket.
|
String |
getSnsTopicARN()
The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS 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 AWS 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 AWS Config delivers configuration snapshots and configuration history
files.
|
void |
setS3KeyPrefix(String s3KeyPrefix)
The prefix for the specified Amazon S3 bucket.
|
void |
setSnsTopicARN(String snsTopicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about
configuration changes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeliveryChannel |
withConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)
The options for how often AWS 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 AWS Config delivers configuration snapshots and configuration history
files.
|
DeliveryChannel |
withS3KeyPrefix(String s3KeyPrefix)
The prefix for the specified Amazon S3 bucket.
|
DeliveryChannel |
withSnsTopicARN(String snsTopicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about
configuration changes.
|
public void setName(String name)
The name of the delivery channel. By default, AWS 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, AWS 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, AWS 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, AWS 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, AWS 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 AWS Config delivers configuration snapshots and configuration history files.
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.
s3BucketName
- The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration
history files.
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.
public String getS3BucketName()
The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
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.
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.
public DeliveryChannel withS3BucketName(String s3BucketName)
The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration history files.
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.
s3BucketName
- The name of the Amazon S3 bucket to which AWS Config delivers configuration snapshots and configuration
history files.
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.
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 setSnsTopicARN(String snsTopicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
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.
snsTopicARN
- The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about
configuration changes.
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.
public String getSnsTopicARN()
The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
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.
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.
public DeliveryChannel withSnsTopicARN(String snsTopicARN)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about configuration changes.
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.
snsTopicARN
- The Amazon Resource Name (ARN) of the Amazon SNS topic to which AWS Config sends notifications about
configuration changes.
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.
public void setConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)
The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
configSnapshotDeliveryProperties
- The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.public ConfigSnapshotDeliveryProperties getConfigSnapshotDeliveryProperties()
The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
public DeliveryChannel withConfigSnapshotDeliveryProperties(ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties)
The options for how often AWS Config delivers configuration snapshots to the Amazon S3 bucket.
configSnapshotDeliveryProperties
- The options for how often AWS 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.