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.

Identifying information for the configuration of a CloudFormation extension.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.TypeConfigurationIdentifier

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

Syntax

C#
public class TypeConfigurationIdentifier

The TypeConfigurationIdentifier type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Type Amazon.CloudFormation.ThirdPartyType

Gets and sets the property Type.

The type of extension.

Public Property TypeArn System.String

Gets and sets the property TypeArn.

The Amazon Resource Name (ARN) for the extension, in this account and Region.

For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.

Public Property TypeConfigurationAlias System.String

Gets and sets the property TypeConfigurationAlias.

The alias specified for this configuration, if one was specified when the configuration was set.

Public Property TypeConfigurationArn System.String

Gets and sets the property TypeConfigurationArn.

The Amazon Resource Name (ARN) for the configuration, in this account and Region.

Public Property TypeName System.String

Gets and sets the property TypeName.

The name of the extension type to which this configuration applies.

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