Show / Hide Table of Contents

Class ClusterArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudHsmV2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClusterArgs : ResourceArgs

Constructors

View Source

ClusterArgs()

Declaration
public ClusterArgs()

Properties

View Source

HsmType

The type of HSM module in the cluster. Currently, only hsm1.medium is supported.

Declaration
public Input<string> HsmType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SourceBackupIdentifier

The id of Cloud HSM v2 cluster backup to be restored.

Declaration
public Input<string> SourceBackupIdentifier { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubnetIds

The IDs of subnets in which cluster will operate.

Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.