Interface CfnApplicationCloudWatchLoggingOptionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationCloudWatchLoggingOptionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:10.125Z")
@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).- See Also:
-
builder
-