class Aws::CloudFormation::Types::ActivateTypeInput

@note When making an API call, you may pass ActivateTypeInput

data as a hash:

    {
      type: "RESOURCE", # accepts RESOURCE, MODULE, HOOK
      public_type_arn: "ThirdPartyTypeArn",
      publisher_id: "PublisherId",
      type_name: "TypeName",
      type_name_alias: "TypeName",
      auto_update: false,
      logging_config: {
        log_role_arn: "RoleArn", # required
        log_group_name: "LogGroupName", # required
      },
      execution_role_arn: "RoleArn",
      version_bump: "MAJOR", # accepts MAJOR, MINOR
      major_version: 1,
    }

@!attribute [rw] type

The extension type.

Conditional: You must specify `PublicTypeArn`, or `TypeName`,
`Type`, and `PublisherId`.
@return [String]

@!attribute [rw] public_type_arn

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

Conditional: You must specify `PublicTypeArn`, or `TypeName`,
`Type`, and `PublisherId`.
@return [String]

@!attribute [rw] publisher_id

The ID of the extension publisher.

Conditional: You must specify `PublicTypeArn`, or `TypeName`,
`Type`, and `PublisherId`.
@return [String]

@!attribute [rw] type_name

The name of the extension.

Conditional: You must specify `PublicTypeArn`, or `TypeName`,
`Type`, and `PublisherId`.
@return [String]

@!attribute [rw] type_name_alias

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.
@return [String]

@!attribute [rw] auto_update

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`.
@return [Boolean]

@!attribute [rw] logging_config

Contains logging configuration information for an extension.
@return [Types::LoggingConfig]

@!attribute [rw] execution_role_arn

The name of the IAM execution role to use to activate the extension.
@return [String]

@!attribute [rw] version_bump

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.
@return [String]

@!attribute [rw] major_version

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/cloudformation-2010-05-15/ActivateTypeInput AWS API Documentation

Constants

SENSITIVE