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.

Contains summary information about a specific version of a CloudFormation extension.

Inheritance Hierarchy

System.Object
  Amazon.CloudFormation.Model.TypeVersionSummary

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

Syntax

C#
public class TypeVersionSummary

The TypeVersionSummary type exposes the following members

Constructors

NameDescription
Public Method TypeVersionSummary()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

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

Public Property Description System.String

Gets and sets the property Description.

The description of the extension version.

Public Property IsDefaultVersion System.Boolean

Gets and sets the property IsDefaultVersion.

Whether the specified extension version is set as the default version.

This applies only to private extensions you have registered in your account, and extensions published by Amazon. For public third-party extensions, CloudFormation returns null.

Public Property PublicVersionNumber System.String

Gets and sets the property PublicVersionNumber.

For public extensions that have been activated for this account and Region, the version of the public extension to be used for CloudFormation operations in this account and Region. For any extensions other than activated third-arty extensions, CloudFormation returns null.

How you specified AutoUpdate when enabling the extension affects whether CloudFormation automatically updates the extension in this account and Region when a new version is released. For more information, see Setting CloudFormation to automatically use new versions of extensions in the CloudFormation User Guide.

Public Property TimeCreated System.DateTime

Gets and sets the property TimeCreated.

When the version was registered.

Public Property Type Amazon.CloudFormation.RegistryType

Gets and sets the property Type.

The kind of extension.

Public Property TypeName System.String

Gets and sets the property TypeName.

The name of the extension.

Public Property VersionId System.String

Gets and sets the property VersionId.

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it's registered.

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