storageTier

@JvmName(name = "ocmhbmvtleetomcj")
suspend fun storageTier(value: Output<StorageTierEnumValueArgs>)
@JvmName(name = "btdtqucfnkjbkydh")
suspend fun storageTier(value: StorageTierEnumValueArgs?)

Parameters

value

The storage tier in which the snapshot is stored. standard indicates that the snapshot is stored in the standard snapshot storage tier and that it is ready for use. archive indicates that the snapshot is currently archived and that it must be restored before it can be used.


@JvmName(name = "gudqahtfmakupmqj")
suspend fun storageTier(argument: suspend StorageTierEnumValueArgsBuilder.() -> Unit)

Parameters

argument

The storage tier in which the snapshot is stored. standard indicates that the snapshot is stored in the standard snapshot storage tier and that it is ready for use. archive indicates that the snapshot is currently archived and that it must be restored before it can be used.