InventoryS3BucketDestination class
Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.
Constructors
- InventoryS3BucketDestination({required String bucket, required InventoryFormat format, String? accountId, InventoryEncryption? encryption, String? prefix})
- InventoryS3BucketDestination.fromXml(XmlElement elem)
-
factory
Properties
- accountId → String?
-
The account ID that owns the destination S3 bucket. If no account ID is
provided, the owner is not validated before exporting data.
final
- bucket → String
-
The Amazon Resource Name (ARN) of the bucket where inventory results will be
published.
final
- encryption → InventoryEncryption?
-
Contains the type of server-side encryption used to encrypt the inventory
results.
final
- format → InventoryFormat
-
Specifies the output format of the inventory results.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String?
-
The prefix that is prepended to all inventory results.
final
- 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(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited