Interface CfnStorageTierPolicyMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageTierPolicyMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:29.623Z")
@Stability(Stable)
public interface CfnStorageTierPolicyMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnStorageTierPolicyPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.logs.*;
CfnStorageTierPolicyMixinProps cfnStorageTierPolicyMixinProps = CfnStorageTierPolicyMixinProps.builder()
.storageTier("storageTier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStorageTierPolicyMixinPropsstatic final classAn implementation forCfnStorageTierPolicyMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStorageTier
The storage tier to apply.Only INTELLIGENT_TIERING is accepted for creation.
- See Also:
-
builder
-