CfnStorageTierPolicyMixinProps

class aws_cdk.cfn_property_mixins.aws_logs.CfnStorageTierPolicyMixinProps(*, storage_tier=None)

Bases: object

Properties for CfnStorageTierPolicyPropsMixin.

Parameters:

storage_tier (Optional[str]) – The storage tier to apply. Only INTELLIGENT_TIERING is accepted for creation.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-storagetierpolicy.html

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.cfn_property_mixins import aws_logs as logs

cfn_storage_tier_policy_mixin_props = logs.CfnStorageTierPolicyMixinProps(
    storage_tier="storageTier"
)

Attributes

storage_tier

The storage tier to apply.

Only INTELLIGENT_TIERING is accepted for creation.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-storagetierpolicy.html#cfn-logs-storagetierpolicy-storagetier