Interface CfnClusterAutoModeIpamLogsDestProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterAutoModeIpamLogsDestProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:07.822Z")
@Stability(Experimental)
public interface CfnClusterAutoModeIpamLogsDestProps
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.eks.mixins.*;
CfnClusterAutoModeIpamLogsDestProps cfnClusterAutoModeIpamLogsDestProps = CfnClusterAutoModeIpamLogsDestProps.builder()
.recordFields(List.of(CfnClusterAutoModeIpamLogsRecordFields.LEVEL))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterAutoModeIpamLogsDestPropsstatic final classAn implementation forCfnClusterAutoModeIpamLogsDestProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) Record fields that can be provided to a log delivery.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRecordFields
@Stability(Experimental) @Nullable default List<CfnClusterAutoModeIpamLogsRecordFields> getRecordFields()(experimental) Record fields that can be provided to a log delivery. -
builder
-