ClusterMetadata
public struct ClusterMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The automatically generated ID for a specific address.
Declaration
Swift
public let addressId: String?
-
The automatically generated ID for a cluster.
Declaration
Swift
public let clusterId: String?
-
The current status of the cluster.
Declaration
Swift
public let clusterState: ClusterState?
-
The creation date for this cluster.
Declaration
Swift
public let creationDate: TimeStamp?
-
The optional description of the cluster.
Declaration
Swift
public let description: String?
-
The 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.
Declaration
Swift
public let forwardingAddressId: String?
-
The type of job for this cluster. Currently, the only job type supported for clusters is LOCAL_USE.
Declaration
Swift
public let jobType: JobType?
-
The KmsKeyARN Amazon Resource Name (ARN) associated with this cluster. This ARN was created using the CreateKey API action in AWS Key Management Service (AWS KMS).
Declaration
Swift
public let kmsKeyARN: String?
-
The Amazon Simple Notification Service (Amazon SNS) notification settings for this cluster.
Declaration
Swift
public let notification: Notification?
-
The arrays of JobResource objects that can include updated S3Resource objects or LambdaResource objects.
Declaration
Swift
public let resources: JobResource?
-
The role ARN associated with this cluster. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).
Declaration
Swift
public let roleARN: String?
-
The shipping speed for each node in this cluster. This speed doesn’t dictate how soon you’ll get each Snowball Edge device, rather it represents how quickly each device moves to its destination while in transit. Regional shipping speeds are as follows: In Australia, you have access to express shipping. Typically, devices shipped express are delivered in about a day. In the European Union (EU), you have access to express shipping. Typically, Snowball Edges shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way. In India, Snowball Edges are delivered in one to seven days. In the US, you have access to one-day shipping and two-day shipping.
Declaration
Swift
public let shippingOption: ShippingOption?
-
The type of AWS Snowball device to use for this cluster. For cluster jobs, AWS Snowball currently supports only the EDGE device type.
Declaration
Swift
public let snowballType: SnowballType?
-
The tax documents required in your AWS Region.
Declaration
Swift
public let taxDocuments: TaxDocuments?
-
init(addressId:clusterId:clusterState:creationDate:description:forwardingAddressId:jobType:kmsKeyARN:notification:resources:roleARN:shippingOption:snowballType:taxDocuments:)
Undocumented
Declaration
Swift
public init(addressId: String? = nil, clusterId: String? = nil, clusterState: ClusterState? = nil, creationDate: TimeStamp? = nil, description: String? = nil, forwardingAddressId: String? = nil, jobType: JobType? = nil, kmsKeyARN: String? = nil, notification: Notification? = nil, resources: JobResource? = nil, roleARN: String? = nil, shippingOption: ShippingOption? = nil, snowballType: SnowballType? = nil, taxDocuments: TaxDocuments? = nil)