InventoryS3BucketDestination

public struct InventoryS3BucketDestination : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data. Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.

    Declaration

    Swift

    public let accountId: String?
  • The Amazon Resource Name (ARN) of the bucket where inventory results will be published.

    Declaration

    Swift

    public let bucket: String
  • Contains the type of server-side encryption used to encrypt the inventory results.

    Declaration

    Swift

    public let encryption: InventoryEncryption?
  • Specifies the output format of the inventory results.

    Declaration

    Swift

    public let format: InventoryFormat
  • The prefix that is prepended to all inventory results.

    Declaration

    Swift

    public let prefix: String?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, bucket: String, encryption: InventoryEncryption? = nil, format: InventoryFormat, prefix: String? = nil)