cloudformation_describe_type: Returns detailed information about an extension that has been...

View source: R/cloudformation_operations.R

cloudformation_describe_typeR Documentation

Returns detailed information about an extension that has been registered

Description

Returns detailed information about an extension that has been registered.

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

Usage

cloudformation_describe_type(
  Type = NULL,
  TypeName = NULL,
  Arn = NULL,
  VersionId = NULL,
  PublisherId = NULL,
  PublicVersionNumber = NULL
)

Arguments

Type

The kind of extension.

Conditional: You must specify either TypeName and Type, or Arn.

TypeName

The name of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

Arn

The Amazon Resource Name (ARN) of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

VersionId

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

If you specify a VersionId, describe_type returns information about that specific extension version. Otherwise, it returns information about the default extension version.

PublisherId

The publisher ID of the extension publisher.

Extensions provided by Amazon Web Services are not assigned a publisher ID.

PublicVersionNumber

The version number of a public third-party extension.


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