Interface CfnS3TableIntegrationPropsMixin.ILogSourceProperty
A data source with an S3 Table integration for query access in the logs namespace.
Namespace: Amazon.CDK.Mixins.Preview.AWS.ObservabilityAdmin.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnS3TableIntegrationPropsMixin.ILogSourceProperty
Syntax (vb)
Public Interface CfnS3TableIntegrationPropsMixin.ILogSourceProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.ObservabilityAdmin.Mixins;
var logSourceProperty = new LogSourceProperty {
Identifier = "identifier",
Name = "name",
Type = "type"
};
Synopsis
Properties
| Identifier | The unique identifier for the association between the data source and S3 Table integration. |
| Name | The name of the data source. |
| Type | The type of the data source. |
Properties
Identifier
The unique identifier for the association between the data source and S3 Table integration.
string? Identifier { get; }
Property Value
Remarks
Name
The name of the data source.
string? Name { get; }
Property Value
Remarks
Type
The type of the data source.
string? Type { get; }