class Aws::ConfigService::Types::PutDeliveryChannelRequest

The input for the PutDeliveryChannel action.

@note When making an API call, you may pass PutDeliveryChannelRequest

data as a hash:

    {
      delivery_channel: { # required
        name: "ChannelName",
        s3_bucket_name: "String",
        s3_key_prefix: "String",
        s3_kms_key_arn: "String",
        sns_topic_arn: "String",
        config_snapshot_delivery_properties: {
          delivery_frequency: "One_Hour", # accepts One_Hour, Three_Hours, Six_Hours, Twelve_Hours, TwentyFour_Hours
        },
      },
    }

@!attribute [rw] delivery_channel

The configuration delivery channel object that delivers the
configuration information to an Amazon S3 bucket and to an Amazon
SNS topic.
@return [Types::DeliveryChannel]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/PutDeliveryChannelRequest AWS API Documentation

Constants

SENSITIVE