cloudformation_set_type_configuration: Specifies the configuration data for a registered...

View source: R/cloudformation_operations.R

cloudformation_set_type_configurationR Documentation

Specifies the configuration data for a registered CloudFormation extension, in the given account and Region

Description

Specifies the configuration data for a registered CloudFormation extension, in the given account and Region.

See https://www.paws-r-sdk.com/docs/cloudformation_set_type_configuration/ for full documentation.

Usage

cloudformation_set_type_configuration(
  TypeArn = NULL,
  Configuration,
  ConfigurationAlias = NULL,
  TypeName = NULL,
  Type = NULL
)

Arguments

TypeArn

The Amazon Resource Name (ARN) for the extension, in this account and Region.

For public extensions, this will be the ARN assigned when you activate the type in this account and Region. For private extensions, this will be the ARN assigned when you register the type in this account and Region.

Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.

Configuration

[required] The configuration data for the extension, in this account and Region.

The configuration data must be formatted as JSON, and validate against the schema returned in the ConfigurationSchema response element of describe_type. For more information, see Defining account-level configuration data for an extension in the CloudFormation CLI User Guide.

ConfigurationAlias

An alias by which to refer to this extension configuration data.

Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.

TypeName

The name of the extension.

Conditional: You must specify ConfigurationArn, or Type and TypeName.

Type

The type of extension.

Conditional: You must specify ConfigurationArn, or Type and TypeName.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.