Show / Hide Table of Contents

Class ClusterState

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterState
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 ClusterState : ResourceArgs

Constructors

View Source

ClusterState()

Declaration
public ClusterState()

Properties

View Source

ClusterCertificates

The list of cluster certificates.

  • cluster_certificates.0.cluster_certificate - The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
  • cluster_certificates.0.cluster_csr - The certificate signing request (CSR). Available only in UNINITIALIZED state after an hsm instance is added to the cluster.
  • cluster_certificates.0.aws_hardware_certificate - The HSM hardware certificate issued (signed) by AWS CloudHSM.
  • cluster_certificates.0.hsm_certificate - The HSM certificate issued (signed) by the HSM hardware.
  • cluster_certificates.0.manufacturer_hardware_certificate - The HSM hardware certificate issued (signed) by the hardware manufacturer.
Declaration
public InputList<ClusterClusterCertificateGetArgs> ClusterCertificates { get; set; }
Property Value
Type Description
InputList<ClusterClusterCertificateGetArgs>
View Source

ClusterId

The id of the CloudHSM cluster.

Declaration
public Input<string> ClusterId { get; set; }
Property Value
Type Description
Input<System.String>
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

SecurityGroupId

The ID of the security group associated with the CloudHSM cluster.

Declaration
public Input<string> SecurityGroupId { 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

State

The state of the cluster.

Declaration
public Input<string> State { 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

VpcId

The id of the VPC that the CloudHSM cluster resides in.

Declaration
public Input<string> VpcId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.