package cloudhsmv2

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. cloudhsmv2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Backup extends Object

    Contains information about a backup of an AWS CloudHSM cluster.

    Contains information about a backup of an AWS CloudHSM cluster.

    Annotations
    @RawJSType() @native()
  2. type BackupId = String
  3. type BackupPolicy = String
  4. type BackupState = String
  5. type Backups = Array[Backup]
  6. type Cert = String
  7. trait Certificates extends Object

    Contains one or more certificates or a certificate signing request (CSR).

    Contains one or more certificates or a certificate signing request (CSR).

    Annotations
    @RawJSType() @native()
  8. class CloudHSMV2 extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "CloudHSMV2" )
  9. implicit final class CloudHSMV2Ops extends AnyVal
  10. trait Cluster extends Object

    Contains information about an AWS CloudHSM cluster.

    Contains information about an AWS CloudHSM cluster.

    Annotations
    @RawJSType() @native()
  11. type ClusterId = String
  12. type ClusterState = String
  13. type Clusters = Array[Cluster]
  14. trait CopyBackupToRegionRequest extends Object
    Annotations
    @RawJSType() @native()
  15. trait CopyBackupToRegionResponse extends Object
    Annotations
    @RawJSType() @native()
  16. trait CreateClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  17. trait CreateClusterResponse extends Object
    Annotations
    @RawJSType() @native()
  18. trait CreateHsmRequest extends Object
    Annotations
    @RawJSType() @native()
  19. trait CreateHsmResponse extends Object
    Annotations
    @RawJSType() @native()
  20. trait DeleteBackupRequest extends Object
    Annotations
    @RawJSType() @native()
  21. trait DeleteBackupResponse extends Object
    Annotations
    @RawJSType() @native()
  22. trait DeleteClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  23. trait DeleteClusterResponse extends Object
    Annotations
    @RawJSType() @native()
  24. trait DeleteHsmRequest extends Object
    Annotations
    @RawJSType() @native()
  25. trait DeleteHsmResponse extends Object
    Annotations
    @RawJSType() @native()
  26. trait DescribeBackupsRequest extends Object
    Annotations
    @RawJSType() @native()
  27. trait DescribeBackupsResponse extends Object
    Annotations
    @RawJSType() @native()
  28. trait DescribeClustersRequest extends Object
    Annotations
    @RawJSType() @native()
  29. trait DescribeClustersResponse extends Object
    Annotations
    @RawJSType() @native()
  30. trait DestinationBackup extends Object
    Annotations
    @RawJSType() @native()
  31. type EniId = String
  32. type ExternalAz = String
  33. type ExternalSubnetMapping = Dictionary[SubnetId]
  34. type Field = String
  35. type Filters = Dictionary[Strings]
  36. trait Hsm extends Object

    Contains information about a hardware security module (HSM) in an AWS CloudHSM cluster.

    Contains information about a hardware security module (HSM) in an AWS CloudHSM cluster.

    Annotations
    @RawJSType() @native()
  37. type HsmId = String
  38. type HsmState = String
  39. type HsmType = String
  40. type Hsms = Array[Hsm]
  41. trait InitializeClusterRequest extends Object
    Annotations
    @RawJSType() @native()
  42. trait InitializeClusterResponse extends Object
    Annotations
    @RawJSType() @native()
  43. type IpAddress = String
  44. trait ListTagsRequest extends Object
    Annotations
    @RawJSType() @native()
  45. trait ListTagsResponse extends Object
    Annotations
    @RawJSType() @native()
  46. type MaxSize = Int
  47. type NextToken = String
  48. type PreCoPassword = String
  49. type Region = String
  50. trait RestoreBackupRequest extends Object
    Annotations
    @RawJSType() @native()
  51. trait RestoreBackupResponse extends Object
    Annotations
    @RawJSType() @native()
  52. type SecurityGroup = String
  53. type StateMessage = String
  54. type Strings = Array[String]
  55. type SubnetId = String
  56. type SubnetIds = Array[SubnetId]
  57. trait Tag extends Object

    Contains a tag.

    Contains a tag. A tag is a key-value pair.

    Annotations
    @RawJSType() @native()
  58. type TagKey = String
  59. type TagKeyList = Array[TagKey]
  60. type TagList = Array[Tag]
  61. trait TagResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  62. trait TagResourceResponse extends Object
    Annotations
    @RawJSType() @native()
  63. type TagValue = String
  64. type Timestamp = Date
  65. trait UntagResourceRequest extends Object
    Annotations
    @RawJSType() @native()
  66. trait UntagResourceResponse extends Object
    Annotations
    @RawJSType() @native()
  67. type VpcId = String

Inherited from AnyRef

Inherited from Any

Ungrouped