Interface CfnS3TableIntegrationPropsMixin.LogSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnS3TableIntegrationPropsMixin.LogSourceProperty.Jsii$Proxy
- Enclosing class:
CfnS3TableIntegrationPropsMixin
@Stability(Stable)
public static interface CfnS3TableIntegrationPropsMixin.LogSourceProperty
extends software.amazon.jsii.JsiiSerializable
A data source with an S3 Table integration for query access in the
logs namespace.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.*;
LogSourceProperty logSourceProperty = LogSourceProperty.builder()
.identifier("identifier")
.name("name")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnS3TableIntegrationPropsMixin.LogSourcePropertystatic final classAn implementation forCfnS3TableIntegrationPropsMixin.LogSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdentifier
The unique identifier for the association between the data source and S3 Table integration.- See Also:
-
getName
The name of the data source.- See Also:
-
getType
The type of the data source.- See Also:
-
builder
-