String clusterCsr
The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is
UNINITIALIZED.
String hsmCertificate
The HSM certificate issued (signed) by the HSM hardware.
String awsHardwareCertificate
The HSM hardware certificate issued (signed) by AWS CloudHSM.
String manufacturerHardwareCertificate
The HSM hardware certificate issued (signed) by the hardware manufacturer.
String clusterCertificate
The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.
String backupPolicy
The cluster's backup policy.
String clusterId
The cluster's identifier (ID).
Date createTimestamp
The date and time when the cluster was created.
List<E> hsms
Contains information about the HSMs in the cluster.
String hsmType
The type of HSM that the cluster contains.
String preCoPassword
The default password for the cluster's Pre-Crypto Officer (PRECO) user.
String securityGroup
The identifier (ID) of the cluster's security group.
String sourceBackupId
The identifier (ID) of the backup used to create the cluster. This value exists only when the cluster was created from a backup.
String state
The cluster's state.
String stateMessage
A description of the cluster's state.
Map<K,V> subnetMapping
A map of the cluster's subnets and their corresponding Availability Zones.
String vpcId
The identifier (ID) of the virtual private cloud (VPC) that contains the cluster.
Certificates certificates
Contains one or more certificates or a certificate signing request (CSR).
List<E> 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.
String hsmType
The type of HSM to use in the cluster. Currently the only allowed value is hsm1.medium.
String 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.
Cluster cluster
Information about the cluster that was created.
String clusterId
The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.
String availabilityZone
The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.
String ipAddress
The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.
Hsm hsm
Information about the HSM that was created.
String clusterId
The identifier (ID) of the cluster that you are deleting. To find the cluster ID, use DescribeClusters.
Cluster cluster
Information about the cluster that was deleted.
String clusterId
The identifier (ID) of the cluster that contains the HSM that you are deleting.
String hsmId
The identifier (ID) of the HSM that you are deleting.
String eniId
The identifier (ID) of the elastic network interface (ENI) of the HSM that you are deleting.
String eniIp
The IP address of the elastic network interface (ENI) of the HSM that you are deleting.
String hsmId
The identifier (ID) of the HSM that was deleted.
String nextToken
The NextToken value that you received in the previous response. Use this value to get more backups.
Integer maxResults
The maximum number of backups to return in the response. When there are more backups than the number you specify,
the response contains a NextToken value.
Map<K,V> filters
One or more filters to limit the items returned in the response.
Use the backupIds filter to return only the specified backups. Specify backups by their backup
identifier (ID).
Use the clusterIds filter to return only the backups for the specified clusters. Specify clusters by
their cluster identifier (ID).
Use the states filter to return only backups that match the specified state.
Map<K,V> filters
One or more filters to limit the items returned in the response.
Use the clusterIds filter to return only the specified clusters. Specify clusters by their cluster
identifier (ID).
Use the vpcIds filter to return only the clusters in the specified virtual private clouds (VPCs).
Specify VPCs by their VPC identifier (ID).
Use the states filter to return only clusters that match the specified state.
String nextToken
The NextToken value that you received in the previous response. Use this value to get more clusters.
Integer maxResults
The maximum number of clusters to return in the response. When there are more clusters than the number you
specify, the response contains a NextToken value.
String availabilityZone
The Availability Zone that contains the HSM.
String clusterId
The identifier (ID) of the cluster that contains the HSM.
String subnetId
The subnet that contains the HSM's elastic network interface (ENI).
String eniId
The identifier (ID) of the HSM's elastic network interface (ENI).
String eniIp
The IP address of the HSM's elastic network interface (ENI).
String hsmId
The HSM's identifier (ID).
String state
The HSM's state.
String stateMessage
A description of the HSM's state.
String clusterId
The identifier (ID) of the cluster that you are claiming. To find the cluster ID, use DescribeClusters.
String signedCert
The cluster certificate issued (signed) by your issuing certificate authority (CA). The certificate must be in PEM format and can contain a maximum of 5000 characters.
String trustAnchor
The issuing certificate of the issuing certificate authority (CA) that issued (signed) the cluster certificate. This can be a root (self-signed) certificate or a certificate chain that begins with the certificate that issued the cluster certificate and ends with a root certificate. The certificate or certificate chain must be in PEM format and can contain a maximum of 5000 characters.
String resourceId
The cluster identifier (ID) for the cluster whose tags you are getting. To find the cluster ID, use DescribeClusters.
String nextToken
The NextToken value that you received in the previous response. Use this value to get more tags.
Integer maxResults
The maximum number of tags to return in the response. When there are more tags than the number you specify, the
response contains a NextToken value.
String resourceId
The cluster identifier (ID) for the cluster that you are tagging. To find the cluster ID, use DescribeClusters.
List<E> tagList
A list of one or more tags.
String resourceId
The cluster identifier (ID) for the cluster whose tags you are removing. To find the cluster ID, use DescribeClusters.
List<E> tagKeyList
A list of one or more tag keys for the tags that you are removing. Specify only the tag keys, not the tag values.
Copyright © 2017. All rights reserved.