CfnStorageTierPolicyProps
- class aws_cdk.aws_logs.CfnStorageTierPolicyProps(*, storage_tier)
Bases:
objectProperties for defining a
CfnStorageTierPolicy.- Parameters:
storage_tier (
str) – The storage tier to apply. Only INTELLIGENT_TIERING is accepted for creation.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_logs as logs cfn_storage_tier_policy_props = logs.CfnStorageTierPolicyProps( storage_tier="storageTier" )
Attributes
- storage_tier
The storage tier to apply.
Only INTELLIGENT_TIERING is accepted for creation.