CfnStorageTierPolicyProps

class aws_cdk.aws_logs.CfnStorageTierPolicyProps(*, storage_tier)

Bases: object

Properties for defining a CfnStorageTierPolicy.

Parameters:

storage_tier (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 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.

See:

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