cloudformation_set_type_default_version: Specify the default version of an extension

View source: R/cloudformation_operations.R

cloudformation_set_type_default_versionR Documentation

Specify the default version of an extension

Description

Specify the default version of an extension. The default version of an extension will be used in CloudFormation operations.

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

Usage

cloudformation_set_type_default_version(
  Arn = NULL,
  Type = NULL,
  TypeName = NULL,
  VersionId = NULL
)

Arguments

Arn

The Amazon Resource Name (ARN) of the extension for which you want version summary information.

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

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.

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.


paws.management documentation built on April 3, 2025, 10:39 p.m.