Interface CfnApplicationCloudWatchLoggingOptionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationCloudWatchLoggingOptionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-25T14:21:17.336Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationCloudWatchLoggingOptionProps
static final class
An 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
-