![]() |
![]()
| ![]() |
![]()
NAMEPaws::CloudHSMv2::Cluster USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::CloudHSMv2::Cluster object: $service_obj->Method(Att1 => { BackupPolicy => $value, ..., VpcId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CloudHSMv2::Cluster object: $result = $service_obj->Method(...); $result->Att1->BackupPolicy DESCRIPTIONContains information about an AWS CloudHSM cluster. ATTRIBUTESBackupPolicy => StrThe cluster's backup policy. BackupRetentionPolicy => Paws::CloudHSMv2::BackupRetentionPolicyA policy that defines how the service retains backups. Certificates => Paws::CloudHSMv2::CertificatesContains one or more certificates or a certificate signing request (CSR). ClusterId => StrThe cluster's identifier (ID). CreateTimestamp => StrThe date and time when the cluster was created. Hsms => ArrayRef[Paws::CloudHSMv2::Hsm]Contains information about the HSMs in the cluster. HsmType => StrThe type of HSM that the cluster contains. PreCoPassword => StrThe default password for the cluster's Pre-Crypto Officer (PRECO) user. SecurityGroup => StrThe identifier (ID) of the cluster's security group. SourceBackupId => StrThe identifier (ID) of the backup used to create the cluster. This value exists only when the cluster was created from a backup. State => StrThe cluster's state. StateMessage => StrA description of the cluster's state. SubnetMapping => Paws::CloudHSMv2::ExternalSubnetMappingA map from availability zone to the cluster’s subnet in that availability zone. TagList => ArrayRef[Paws::CloudHSMv2::Tag]The list of tags for the cluster. VpcId => StrThe identifier (ID) of the virtual private cloud (VPC) that contains the cluster. SEE ALSOThis class forms part of Paws, describing an object used in Paws::CloudHSMv2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|