Interface CfnS3TableIntegration.LogSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnS3TableIntegration.LogSourceProperty.Jsii$Proxy
- Enclosing class:
CfnS3TableIntegration
@Stability(Stable)
public static interface CfnS3TableIntegration.LogSourceProperty
extends software.amazon.jsii.JsiiSerializable
CloudWatch Logs data source to associate with the S3 Table Integration.
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.observabilityadmin.*;
LogSourceProperty logSourceProperty = LogSourceProperty.builder()
.name("name")
.type("type")
// the properties below are optional
.identifier("identifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnS3TableIntegration.LogSourcePropertystatic final classAn implementation forCfnS3TableIntegration.LogSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the CloudWatch Logs data source.- See Also:
-
getType
The type of the CloudWatch Logs data source.- See Also:
-
getIdentifier
The ID of the CloudWatch Logs data source association.- See Also:
-
builder
-