AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

For extensions that are modules, a public third-party extension that must be activated in your account in order for the module itself to be activated.

For more information, see Activating public modules for use in your account in the CloudFormation User Guide.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.RequiredActivatedType

Namespace: Amazon.CloudFormation.Model
Assembly: AWSSDK.CloudFormation.dll
Version: 3.x.y.z

Syntax

C#
public class RequiredActivatedType

The RequiredActivatedType type exposes the following members

Constructors

NameDescription
Public Method RequiredActivatedType()

Properties

NameTypeDescription
Public Property OriginalTypeName System.String

Gets and sets the property OriginalTypeName.

The type name of the public extension.

If you specified a TypeNameAlias when enabling the extension in this account and Region, CloudFormation treats that alias as the extension's type name within the account and Region, not the type name of the public extension. For more information, see Specifying aliases to refer to extensions in the CloudFormation User Guide.

Public Property PublisherId System.String

Gets and sets the property PublisherId.

The publisher ID of the extension publisher.

Public Property SupportedMajorVersions System.Collections.Generic.List<System.Int32>

Gets and sets the property SupportedMajorVersions.

A list of the major versions of the extension type that the macro supports.

Public Property TypeNameAlias System.String

Gets and sets the property TypeNameAlias.

An alias assigned 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5