[ aws . cloudformation ]

batch-describe-type-configurations

Description

Returns configuration data for the specified CloudFormation extensions, from the CloudFormation registry for the account and region.

For more information, see Configuring extensions at the account level in the CloudFormation User Guide .

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  batch-describe-type-configurations
--type-configuration-identifiers <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Options

--type-configuration-identifiers (list)

The list of identifiers for the desired extension configurations.

(structure)

Identifying information for the configuration of a CloudFormation extension.

TypeArn -> (string)

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.

TypeConfigurationAlias -> (string)

The alias specified for this configuration, if one was specified when the configuration was set.

TypeConfigurationArn -> (string)

The Amazon Resource Name (ARN) for the configuration, in this account and region.

Type -> (string)

The type of extension.

TypeName -> (string)

The name of the extension type to which this configuration applies.

Shorthand Syntax:

TypeArn=string,TypeConfigurationAlias=string,TypeConfigurationArn=string,Type=string,TypeName=string ...

JSON Syntax:

[
  {
    "TypeArn": "string",
    "TypeConfigurationAlias": "string",
    "TypeConfigurationArn": "string",
    "Type": "RESOURCE"|"MODULE",
    "TypeName": "string"
  }
  ...
]

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

See ‘aws help’ for descriptions of global parameters.

Output

Errors -> (list)

A list of information concerning any errors generated during the setting of the specified configurations.

(structure)

Detailed information concerning an error generated during the setting of configuration data for a CloudFormation extension.

ErrorCode -> (string)

The error code.

ErrorMessage -> (string)

The error message.

TypeConfigurationIdentifier -> (structure)

Identifying information for the configuration of a CloudFormation extension.

TypeArn -> (string)

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.

TypeConfigurationAlias -> (string)

The alias specified for this configuration, if one was specified when the configuration was set.

TypeConfigurationArn -> (string)

The Amazon Resource Name (ARN) for the configuration, in this account and region.

Type -> (string)

The type of extension.

TypeName -> (string)

The name of the extension type to which this configuration applies.

UnprocessedTypeConfigurations -> (list)

A list of any of the specified extension configurations that CloudFormation could not process for any reason.

(structure)

Identifying information for the configuration of a CloudFormation extension.

TypeArn -> (string)

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.

TypeConfigurationAlias -> (string)

The alias specified for this configuration, if one was specified when the configuration was set.

TypeConfigurationArn -> (string)

The Amazon Resource Name (ARN) for the configuration, in this account and region.

Type -> (string)

The type of extension.

TypeName -> (string)

The name of the extension type to which this configuration applies.

TypeConfigurations -> (list)

A list of any of the specified extension configurations from the CloudFormation registry.

(structure)

Detailed information concerning the specification of a CloudFormation extension in a given account and region.

For more information, see Configuring extensions at the account level in the CloudFormation User Guide .

Arn -> (string)

The Amazon Resource Name (ARN) for the configuration data, in this account and region.

Alias -> (string)

The alias specified for this configuration, if one was specified when the configuration was set.

Configuration -> (string)

A JSON string specifying the configuration data for the extension, in this account and region.

If a configuration has not been set for a specified extension, CloudFormation returns {} .

LastUpdated -> (timestamp)

When the configuration data was last updated for this extension.

If a configuration has not been set for a specified extension, CloudFormation returns null .

TypeArn -> (string)

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.

TypeName -> (string)

The name of the extension.

IsDefaultConfiguration -> (boolean)

Whether or not this configuration data is the default configuration for the extension.