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 CreateCluster operation. Creates a new AWS CloudHSM cluster.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudHSMV2.AmazonCloudHSMV2Request
      Amazon.CloudHSMV2.Model.CreateClusterRequest

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

Syntax

C#
public class CreateClusterRequest : AmazonCloudHSMV2Request
         IAmazonWebServiceRequest

The CreateClusterRequest type exposes the following members

Constructors

NameDescription
Public Method CreateClusterRequest()

Properties

NameTypeDescription
Public Property BackupRetentionPolicy Amazon.CloudHSMV2.Model.BackupRetentionPolicy

Gets and sets the property BackupRetentionPolicy.

A policy that defines how the service retains backups.

Public Property HsmType System.String

Gets and sets the property HsmType.

The type of HSM to use in the cluster. Currently the only allowed value is hsm1.medium.

Public Property SourceBackupId System.String

Gets and sets the property SourceBackupId.

The identifier (ID) of the cluster backup to restore. Use this value to restore the cluster from a backup instead of creating a new cluster. To find the backup ID, use DescribeBackups.

Public Property SubnetIds System.Collections.Generic.List<System.String>

Gets and sets the property SubnetIds.

The identifiers (IDs) of the subnets where you are creating the cluster. You must specify at least one subnet. If you specify multiple subnets, they must meet the following criteria:

  • All subnets must be in the same virtual private cloud (VPC).

  • You can specify only one subnet per Availability Zone.

Public Property TagList System.Collections.Generic.List<Amazon.CloudHSMV2.Model.Tag>

Gets and sets the property TagList.

Tags to apply to the CloudHSM cluster during creation.

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