![]() |
![]()
| ![]() |
![]()
NAMEPaws::Snowball::ClusterMetadata 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::Snowball::ClusterMetadata object: $service_obj->Method(Att1 => { AddressId => $value, ..., TaxDocuments => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Snowball::ClusterMetadata object: $result = $service_obj->Method(...); $result->Att1->AddressId DESCRIPTIONContains metadata about a specific cluster. ATTRIBUTESAddressId => StrThe automatically generated ID for a specific address. ClusterId => StrThe automatically generated ID for a cluster. ClusterState => StrThe current status of the cluster. CreationDate => StrThe creation date for this cluster. Description => StrThe optional description of the cluster. ForwardingAddressId => StrThe ID of the address that you want a cluster shipped to, after it will be shipped to its primary address. This field is not supported in most regions. JobType => StrThe type of job for this cluster. Currently, the only job type supported for clusters is "LOCAL_USE". KmsKeyARN => StrThe "KmsKeyARN" Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey (https://docs.aws.amazon.com/kms/latest/APIReference/API_CreateKey.html) API action in AWS Key Management Service (AWS KMS). Notification => Paws::Snowball::NotificationThe Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster. OnDeviceServiceConfiguration => Paws::Snowball::OnDeviceServiceConfigurationRepresents metadata and configuration settings for services on an AWS Snow Family device. Resources => Paws::Snowball::JobResourceThe arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects. RoleARN => StrThe role ARN associated with this cluster. This ARN was created using the CreateRole (https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateRole.html) API action in AWS Identity and Access Management (IAM). ShippingOption => StrThe shipping speed for each node in this cluster. This speed doesn't dictate how soon you'll get each device, rather it represents how quickly each device moves to its destination while in transit. Regional shipping speeds are as follows:
SnowballType => StrThe type of AWS Snow device to use for this cluster. For cluster jobs, AWS Snow Family currently supports only the "EDGE" device type. TaxDocuments => Paws::Snowball::TaxDocumentsThe tax documents required in your AWS Region. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Snowball 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>
|