interface CfnStorageTierPolicyMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Logs.CfnStorageTierPolicyMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslogs#CfnStorageTierPolicyMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.logs.CfnStorageTierPolicyMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_logs.CfnStorageTierPolicyMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_logs » CfnStorageTierPolicyMixinProps |
Properties for CfnStorageTierPolicyPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_logs as logs } from '@aws-cdk/cfn-property-mixins';
const cfnStorageTierPolicyMixinProps: logs.CfnStorageTierPolicyMixinProps = {
storageTier: 'storageTier',
};
Properties
| Name | Type | Description |
|---|---|---|
| storage | string | The storage tier to apply. |
storageTier?
Type:
string
(optional)
The storage tier to apply.
Only INTELLIGENT_TIERING is accepted for creation.

.NET
Go
Java
Python
TypeScript