imagebuilder_update_distribution_configuration {paws.compute} | R Documentation |
Updates a new distribution configuration
Description
Updates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
See https://www.paws-r-sdk.com/docs/imagebuilder_update_distribution_configuration/ for full documentation.
Usage
imagebuilder_update_distribution_configuration(
distributionConfigurationArn,
description = NULL,
distributions,
clientToken
)
Arguments
distributionConfigurationArn |
[required] The Amazon Resource Name (ARN) of the distribution configuration that you want to update. |
description |
The description of the distribution configuration. |
distributions |
[required] The distributions of the distribution configuration. |
clientToken |
[required] Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference. |
[Package paws.compute version 0.7.0 Index]