JobMetadata

public struct JobMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID for the address that you want the Snowball shipped to.

    Declaration

    Swift

    public let addressId: String?
  • The 39-character ID for the cluster, for example CID123e4567-e89b-12d3-a456-426655440000.

    Declaration

    Swift

    public let clusterId: String?
  • The creation date for this job.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • A value that defines the real-time status of a Snowball’s data transfer while the device is at AWS. This data is only available while a job has a JobState value of InProgress, for both import and export jobs.

    Declaration

    Swift

    public let dataTransferProgress: DataTransfer?
  • The description of the job, provided at job creation.

    Declaration

    Swift

    public let description: String?
  • Undocumented

    Declaration

    Swift

    public let deviceConfiguration: DeviceConfiguration?
  • The ID of the address that you want a job 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 automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

    Declaration

    Swift

    public let jobId: String?
  • Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

    Declaration

    Swift

    public let jobLogInfo: JobLogs?
  • The current status of the jobs.

    Declaration

    Swift

    public let jobState: JobState?
  • The type of job.

    Declaration

    Swift

    public let jobType: JobType?
  • The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

    Declaration

    Swift

    public let kmsKeyARN: String?
  • The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

    Declaration

    Swift

    public let notification: Notification?
  • An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

    Declaration

    Swift

    public let resources: JobResource?
  • The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

    Declaration

    Swift

    public let roleARN: String?
  • A job’s shipping information, including inbound and outbound tracking numbers and shipping speed options.

    Declaration

    Swift

    public let shippingDetails: ShippingDetails?
  • The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

    Declaration

    Swift

    public let snowballCapacityPreference: SnowballCapacity?
  • The type of device used with this job.

    Declaration

    Swift

    public let snowballType: SnowballType?
  • The metadata associated with the tax documents required in your AWS Region.

    Declaration

    Swift

    public let taxDocuments: TaxDocuments?
  • Undocumented

    Declaration

    Swift

    public init(addressId: String? = nil, clusterId: String? = nil, creationDate: TimeStamp? = nil, dataTransferProgress: DataTransfer? = nil, description: String? = nil, deviceConfiguration: DeviceConfiguration? = nil, forwardingAddressId: String? = nil, jobId: String? = nil, jobLogInfo: JobLogs? = nil, jobState: JobState? = nil, jobType: JobType? = nil, kmsKeyARN: String? = nil, notification: Notification? = nil, resources: JobResource? = nil, roleARN: String? = nil, shippingDetails: ShippingDetails? = nil, snowballCapacityPreference: SnowballCapacity? = nil, snowballType: SnowballType? = nil, taxDocuments: TaxDocuments? = nil)