View source: R/imagebuilder_operations.R
imagebuilder_create_distribution_configuration | R Documentation |
Creates a new distribution configuration. Distribution configurations define and configure the outputs of your pipeline.
See https://www.paws-r-sdk.com/docs/imagebuilder_create_distribution_configuration/ for full documentation.
imagebuilder_create_distribution_configuration(
name,
description = NULL,
distributions,
tags = NULL,
clientToken
)
name |
[required] The name of the distribution configuration. |
description |
The description of the distribution configuration. |
distributions |
[required] The distributions of the distribution configuration. |
tags |
The tags 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.