Interface CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty.Jsii$Proxy
- Enclosing class:
CfnApplicationCloudWatchLoggingOptionV2
@Stability(Stable)
public static interface CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty
extends software.amazon.jsii.JsiiSerializable
Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).
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.kinesisanalytics.*; CloudWatchLoggingOptionProperty cloudWatchLoggingOptionProperty = CloudWatchLoggingOptionProperty.builder() .logStreamArn("logStreamArn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The ARN of the CloudWatch log to receive application messages.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogStreamArn
The ARN of the CloudWatch log to receive application messages.- See Also:
-
builder
@Stability(Stable) static CfnApplicationCloudWatchLoggingOptionV2.CloudWatchLoggingOptionProperty.Builder builder()
-