Class CfnS3TableIntegrationPropsMixin
Creates an integration between CloudWatch and S3 Tables for analytics.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ObservabilityAdmin
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnS3TableIntegrationPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnS3TableIntegrationPropsMixin Inherits Mixin Implements IMixin
Remarks
This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.
CloudformationResource: AWS::ObservabilityAdmin::S3TableIntegration
Mixin: true
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.CfnPropertyMixins.AWS.ObservabilityAdmin;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnS3TableIntegrationPropsMixin = new CfnS3TableIntegrationPropsMixin(new CfnS3TableIntegrationMixinProps {
Encryption = new EncryptionConfigProperty {
KmsKeyArn = "kmsKeyArn",
SseAlgorithm = "sseAlgorithm"
},
LogSources = new [] { new LogSourceProperty {
Identifier = "identifier",
Name = "name",
Type = "type"
} },
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnS3TableIntegrationPropsMixin(ICfnS3TableIntegrationMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Creates an integration between CloudWatch and S3 Tables for analytics. |
| Props | Creates an integration between CloudWatch and S3 Tables for analytics. |
| Strategy | Creates an integration between CloudWatch and S3 Tables for analytics. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnS3TableIntegrationPropsMixin(ICfnS3TableIntegrationMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::ObservabilityAdmin::S3TableIntegration.
public CfnS3TableIntegrationPropsMixin(ICfnS3TableIntegrationMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnS3TableIntegrationMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.
CloudformationResource: AWS::ObservabilityAdmin::S3TableIntegration
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Creates an integration between CloudWatch and S3 Tables for analytics.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.
CloudformationResource: AWS::ObservabilityAdmin::S3TableIntegration
Mixin: true
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.CfnPropertyMixins.AWS.ObservabilityAdmin;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnS3TableIntegrationPropsMixin = new CfnS3TableIntegrationPropsMixin(new CfnS3TableIntegrationMixinProps {
Encryption = new EncryptionConfigProperty {
KmsKeyArn = "kmsKeyArn",
SseAlgorithm = "sseAlgorithm"
},
LogSources = new [] { new LogSourceProperty {
Identifier = "identifier",
Name = "name",
Type = "type"
} },
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Creates an integration between CloudWatch and S3 Tables for analytics.
protected virtual ICfnS3TableIntegrationMixinProps Props { get; }
Property Value
ICfnS3TableIntegrationMixinProps
Remarks
This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.
CloudformationResource: AWS::ObservabilityAdmin::S3TableIntegration
Mixin: true
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.CfnPropertyMixins.AWS.ObservabilityAdmin;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnS3TableIntegrationPropsMixin = new CfnS3TableIntegrationPropsMixin(new CfnS3TableIntegrationMixinProps {
Encryption = new EncryptionConfigProperty {
KmsKeyArn = "kmsKeyArn",
SseAlgorithm = "sseAlgorithm"
},
LogSources = new [] { new LogSourceProperty {
Identifier = "identifier",
Name = "name",
Type = "type"
} },
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Creates an integration between CloudWatch and S3 Tables for analytics.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.
CloudformationResource: AWS::ObservabilityAdmin::S3TableIntegration
Mixin: true
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.CfnPropertyMixins.AWS.ObservabilityAdmin;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnS3TableIntegrationPropsMixin = new CfnS3TableIntegrationPropsMixin(new CfnS3TableIntegrationMixinProps {
Encryption = new EncryptionConfigProperty {
KmsKeyArn = "kmsKeyArn",
SseAlgorithm = "sseAlgorithm"
},
LogSources = new [] { new LogSourceProperty {
Identifier = "identifier",
Name = "name",
Type = "type"
} },
RoleArn = "roleArn",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.
CloudformationResource: AWS::ObservabilityAdmin::S3TableIntegration
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
This integration enables querying CloudWatch telemetry data using analytics engines like Amazon Athena, Amazon Redshift, and Apache Spark.
CloudformationResource: AWS::ObservabilityAdmin::S3TableIntegration
Mixin: true
ExampleMetadata: fixture=_generated