Show / Hide Table of Contents

Class HsmState

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

Constructors

View Source

HsmState()

Declaration
public HsmState()

Properties

View Source

AvailabilityZone

The IDs of AZ in which HSM module will be located. Do not use together with subnet_id.

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

ClusterId

The ID of Cloud HSM v2 cluster to which HSM will be added.

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

HsmEniId

The id of the ENI interface allocated for HSM module.

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

HsmId

The id of the HSM module.

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

IpAddress

The IP address of HSM module. Must be within the CIDR of selected subnet.

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

State

The state of the HSM module.

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

SubnetId

The ID of subnet in which HSM module will be located.

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