Skip to content

/AWS1/CL_FRM=>ACTIVATETYPE()

About ActivateType

Activates a public third-party extension, making it available for use in stack templates. For more information, see Using public extensions in the CloudFormation User Guide.

Once you have activated a public third-party extension in your account and Region, use SetTypeConfiguration to specify configuration properties for the extension. For more information, see Configuring extensions at the account level in the CloudFormation User Guide.

Method Signature

IMPORTING

Optional arguments:

IV_TYPE TYPE /AWS1/FRMTHIRDPARTYTYPE /AWS1/FRMTHIRDPARTYTYPE

The extension type.

Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.

IV_PUBLICTYPEARN TYPE /AWS1/FRMTHIRDPARTYTYPEARN /AWS1/FRMTHIRDPARTYTYPEARN

The Amazon Resource Name (ARN) of the public extension.

Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.

IV_PUBLISHERID TYPE /AWS1/FRMPUBLISHERID /AWS1/FRMPUBLISHERID

The ID of the extension publisher.

Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.

IV_TYPENAME TYPE /AWS1/FRMTYPENAME /AWS1/FRMTYPENAME

The name of the extension.

Conditional: You must specify PublicTypeArn, or TypeName, Type, and PublisherId.

IV_TYPENAMEALIAS TYPE /AWS1/FRMTYPENAME /AWS1/FRMTYPENAME

An alias to assign to the public extension, in this account and Region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and Region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.

An extension alias must be unique within a given account and Region. You can activate the same public resource multiple times in the same account and Region, using different type name aliases.

IV_AUTOUPDATE TYPE /AWS1/FRMAUTOUPDATE /AWS1/FRMAUTOUPDATE

Whether to automatically update the extension in this account and Region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.

The default is true.

IO_LOGGINGCONFIG TYPE REF TO /AWS1/CL_FRMLOGGINGCONFIG /AWS1/CL_FRMLOGGINGCONFIG

Contains logging configuration information for an extension.

IV_EXECUTIONROLEARN TYPE /AWS1/FRMROLEARN2 /AWS1/FRMROLEARN2

The name of the IAM execution role to use to activate the extension.

IV_VERSIONBUMP TYPE /AWS1/FRMVERSIONBUMP /AWS1/FRMVERSIONBUMP

Manually updates a previously-activated type to a new major or minor version, if available. You can also use this parameter to update the value of AutoUpdate.

  • MAJOR: CloudFormation updates the extension to the newest major version, if one is available.

  • MINOR: CloudFormation updates the extension to the newest minor version, if one is available.

IV_MAJORVERSION TYPE /AWS1/FRMMAJORVERSION /AWS1/FRMMAJORVERSION

The major version of this extension you want to activate, if multiple major versions are available. The default is the latest major version. CloudFormation uses the latest available minor version of the major version selected.

You can specify MajorVersion or VersionBump, but not both.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FRMACTIVATETYPEOUTPUT /AWS1/CL_FRMACTIVATETYPEOUTPUT