InventoryS3BucketDestination class
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
Constructors
- InventoryS3BucketDestination(String? accountId, String? bucket, InventoryEncryption? encryption, String? format, String? prefix)
- InventoryS3BucketDestination.fromXml(XmlElement? xml)
Properties
- accountId ↔ String?
-
The ID of the account that owns the destination bucket. Although optional, we recommend that the value be set to prevent problems if the destination bucket ownership changes.
getter/setter pair
- bucket ↔ String?
-
The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
getter/setter pair
- encryption ↔ InventoryEncryption?
-
Contains the type of server-side encryption used to encrypt the inventory results.
getter/setter pair
- format ↔ String?
-
Specifies the output format of the inventory results.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix ↔ String?
-
The prefix that is prepended to all inventory results.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
) → XmlNode
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited