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.

Detailed information concerning the specification of a CloudFormation extension in a given account and Region.

For more information, see Edit configuration data for extensions in your account in the CloudFormation User Guide.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.TypeConfigurationDetails

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

Syntax

C#
public class TypeConfigurationDetails

The TypeConfigurationDetails type exposes the following members

Constructors

NameDescription
Public Method TypeConfigurationDetails()

Properties

NameTypeDescription
Public Property Alias System.String

Gets and sets the property Alias.

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

Public Property Arn System.String

Gets and sets the property Arn.

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

Public Property Configuration System.String

Gets and sets the property Configuration.

A JSON string specifying the configuration data for the extension, in this account and Region.

If a configuration hasn't been set for a specified extension, CloudFormation returns {}.

Public Property IsDefaultConfiguration System.Boolean

Gets and sets the property IsDefaultConfiguration.

Whether this configuration data is the default configuration for the extension.

Public Property LastUpdated System.DateTime

Gets and sets the property LastUpdated.

When the configuration data was last updated for this extension.

If a configuration hasn't been set for a specified extension, CloudFormation returns null.

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 TypeName System.String

Gets and sets the property TypeName.

The name of the extension.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5