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.

Container for the parameters to the SetTypeDefaultVersion operation. Specify the default version of an extension. The default version of an extension will be used in CloudFormation operations.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudFormation.AmazonCloudFormationRequest
      Amazon.CloudFormation.Model.SetTypeDefaultVersionRequest

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

Syntax

C#
public class SetTypeDefaultVersionRequest : AmazonCloudFormationRequest
         IAmazonWebServiceRequest

The SetTypeDefaultVersionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the extension for which you want version summary information.

Conditional: You must specify either TypeName and Type, or Arn.

Public Property Type Amazon.CloudFormation.RegistryType

Gets and sets the property Type.

The kind of extension.

Conditional: You must specify either TypeName and Type, or Arn.

Public Property TypeName System.String

Gets and sets the property TypeName.

The name of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

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 is 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