Show / Hide Table of Contents

Interface CfnIntegrationPropsMixin.IResourceConfigProperty

This structure contains configuration details about an integration between CloudWatch Logs and another entity.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Logs
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnIntegrationPropsMixin.IResourceConfigProperty
Syntax (vb)
Public Interface CfnIntegrationPropsMixin.IResourceConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-integration-resourceconfig.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.CfnPropertyMixins.AWS.Logs;

             var resourceConfigProperty = new ResourceConfigProperty {
                 OpenSearchResourceConfig = new OpenSearchResourceConfigProperty {
                     ApplicationArn = "applicationArn",
                     DashboardViewerPrincipals = new [] { "dashboardViewerPrincipals" },
                     DataSourceRoleArn = "dataSourceRoleArn",
                     KmsKeyArn = "kmsKeyArn",
                     RetentionDays = 123
                 }
             };

Synopsis

Properties

OpenSearchResourceConfig

This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service.

Properties

OpenSearchResourceConfig

This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service.

object? OpenSearchResourceConfig { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-integration-resourceconfig.html#cfn-logs-integration-resourceconfig-opensearchresourceconfig

Type union: either IResolvable or CfnIntegrationPropsMixin.IOpenSearchResourceConfigProperty

Back to top Generated by DocFX