LogStorageTierPolicyState constructor
Creates a new LogStorageTierPolicyState.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
storageTier Storage tier to set for the account. Valid values are STANDARD or INTELLIGENT_TIERING.
Implementation
const LogStorageTierPolicyState({
this.region,
this.storageTier,
});