Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-logsource.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-logsource.html#cfn-observabilityadmin-s3tableintegration-logsource-identifier

Name

The name of the data source.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-logsource.html#cfn-observabilityadmin-s3tableintegration-logsource-name

Type

The type of the data source.

string? Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-s3tableintegration-logsource.html#cfn-observabilityadmin-s3tableintegration-logsource-type

Back to top Generated by DocFX