@Generated(value="software.amazon.awssdk:codegen") public final class DeliveryChannel extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeliveryChannel.Builder,DeliveryChannel>
The channel through which Config delivers notifications and updated configuration states.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeliveryChannel.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryChannel.Builder |
builder() |
ConfigSnapshotDeliveryProperties |
configSnapshotDeliveryProperties()
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the delivery channel.
|
String |
s3BucketName()
The name of the Amazon S3 bucket to which Config delivers configuration snapshots and configuration history
files.
|
String |
s3KeyPrefix()
The prefix for the specified Amazon S3 bucket.
|
String |
s3KmsKeyArn()
The Amazon Resource Name (ARN) of the Key Management Service (KMS ) KMS key (KMS key) used to encrypt objects
delivered by Config.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeliveryChannel.Builder> |
serializableBuilderClass() |
String |
snsTopicARN()
The Amazon Resource Name (ARN) of the Amazon SNS topic to which Config sends notifications about configuration
changes.
|
DeliveryChannel.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final 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.
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 final String s3KeyPrefix()
The prefix for the specified Amazon S3 bucket.
public final 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.
public final 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.
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 final ConfigSnapshotDeliveryProperties configSnapshotDeliveryProperties()
The options for how often Config delivers configuration snapshots to the Amazon S3 bucket.
public DeliveryChannel.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeliveryChannel.Builder,DeliveryChannel>public static DeliveryChannel.Builder builder()
public static Class<? extends DeliveryChannel.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.