Interface CfnGlobalResolverGlobalResolverLogsLogGroupProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnGlobalResolverGlobalResolverLogsLogGroupProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)",
date="2026-06-04T12:52:38.715Z")
@Stability(Experimental)
public interface CfnGlobalResolverGlobalResolverLogsLogGroupProps
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.route53globalresolver.mixins.*;
CfnGlobalResolverGlobalResolverLogsLogGroupProps cfnGlobalResolverGlobalResolverLogsLogGroupProps = CfnGlobalResolverGlobalResolverLogsLogGroupProps.builder()
.outputFormat(CfnGlobalResolverGlobalResolverLogsOutputFormat.getLogGroup().PLAIN)
.recordFields(List.of(CfnGlobalResolverGlobalResolverLogsRecordFields.ACTION_NAME))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnGlobalResolverGlobalResolverLogsLogGroupPropsstatic final classAn implementation forCfnGlobalResolverGlobalResolverLogsLogGroupProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) Format for log output, options are plain,json.(experimental) Record fields that can be provided to a log delivery.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOutputFormat
@Stability(Experimental) @Nullable default CfnGlobalResolverGlobalResolverLogsOutputFormat.LogGroup getOutputFormat()(experimental) Format for log output, options are plain,json. -
getRecordFields
@Stability(Experimental) @Nullable default List<CfnGlobalResolverGlobalResolverLogsRecordFields> getRecordFields()(experimental) Record fields that can be provided to a log delivery. -
builder
-