software.amazon.jsii.JsiiObject.InitializationModeInventory.Builder, Inventory.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Inventory.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Inventory.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
InventoryDestination |
getDestination()
The destination of the inventory.
|
Boolean |
getEnabled()
Whether the inventory is enabled or disabled.
|
InventoryFormat |
getFormat()
The format of the inventory.
|
InventoryFrequency |
getFrequency()
Frequency at which the inventory should be generated.
|
InventoryObjectVersion |
getIncludeObjectVersions()
If the inventory should contain all the object versions or only the current one.
|
String |
getInventoryId()
The inventory configuration ID.
|
String |
getObjectsPrefix()
The inventory will only include objects that meet the prefix filter criteria.
|
List<String> |
getOptionalFields()
A list of optional fields to be included in the inventory result.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Inventory.Builder builder)
Inventory.Builder.public final InventoryDestination getDestination()
InventorygetDestination in interface Inventorypublic final Boolean getEnabled()
InventoryDefault: true
getEnabled in interface Inventorypublic final InventoryFormat getFormat()
InventoryDefault: InventoryFormat.CSV
public final InventoryFrequency getFrequency()
InventoryDefault: InventoryFrequency.WEEKLY
getFrequency in interface Inventorypublic final InventoryObjectVersion getIncludeObjectVersions()
InventoryDefault: InventoryObjectVersion.ALL
getIncludeObjectVersions in interface Inventorypublic final String getInventoryId()
InventoryDefault: - generated ID.
getInventoryId in interface Inventorypublic final String getObjectsPrefix()
InventoryDefault: - No objects prefix
getObjectsPrefix in interface Inventorypublic final List<String> getOptionalFields()
InventoryDefault: - No optional fields.
getOptionalFields in interface Inventory@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.