imagebuilder_create_distribution_configuration: Creates a new distribution configuration

View source: R/imagebuilder_operations.R

imagebuilder_create_distribution_configurationR Documentation

Creates a new distribution configuration

Description

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.

Usage

imagebuilder_create_distribution_configuration(
  name,
  description = NULL,
  distributions,
  tags = NULL,
  clientToken
)

Arguments

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] The idempotency token of the distribution configuration.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.