Interface CfnStorageTierPolicyProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnStorageTierPolicyProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:13.420Z")
@Stability(Stable)
public interface CfnStorageTierPolicyProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnStorageTierPolicy.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.logs.*;
CfnStorageTierPolicyProps cfnStorageTierPolicyProps = CfnStorageTierPolicyProps.builder()
.storageTier("storageTier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStorageTierPolicyPropsstatic final classAn implementation forCfnStorageTierPolicyProps -
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
- Returns:
- a
CfnStorageTierPolicyProps.BuilderofCfnStorageTierPolicyProps
-