Interface CfnApplicationCloudWatchLoggingOptionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationCloudWatchLoggingOptionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:42.250Z")
@Stability(Stable)
public interface CfnApplicationCloudWatchLoggingOptionProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnApplicationCloudWatchLoggingOption.
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.kinesisanalyticsv2.*;
CfnApplicationCloudWatchLoggingOptionProps cfnApplicationCloudWatchLoggingOptionProps = CfnApplicationCloudWatchLoggingOptionProps.builder()
.applicationName("applicationName")
.cloudWatchLoggingOption(CloudWatchLoggingOptionProperty.builder()
.logStreamArn("logStreamArn")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplicationCloudWatchLoggingOptionPropsstatic final classAn implementation forCfnApplicationCloudWatchLoggingOptionProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The name of the application.Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationName
The name of the application.- See Also:
-
getCloudWatchLoggingOption
Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).Returns union: either
IResolvableorCfnApplicationCloudWatchLoggingOption.CloudWatchLoggingOptionProperty- See Also:
-
builder
-