Show / Hide Table of Contents

Class CfnCapacityProviderPropsMixin.CapacityProviderTelemetryConfigProperty

Configuration that specifies the telemetry collection for the capacity provider.

Inheritance
object
CfnCapacityProviderPropsMixin.CapacityProviderTelemetryConfigProperty
Implements
CfnCapacityProviderPropsMixin.ICapacityProviderTelemetryConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Lambda
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnCapacityProviderPropsMixin.CapacityProviderTelemetryConfigProperty : CfnCapacityProviderPropsMixin.ICapacityProviderTelemetryConfigProperty
Syntax (vb)
Public Class CfnCapacityProviderPropsMixin.CapacityProviderTelemetryConfigProperty Implements CfnCapacityProviderPropsMixin.ICapacityProviderTelemetryConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-capacityprovidertelemetryconfig.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.Lambda;

             var capacityProviderTelemetryConfigProperty = new CapacityProviderTelemetryConfigProperty {
                 LoggingConfig = new CapacityProviderLoggingConfigProperty {
                     LogGroup = "logGroup",
                     SystemLogLevel = "systemLogLevel"
                 }
             };

Synopsis

Constructors

CapacityProviderTelemetryConfigProperty()

Configuration that specifies the telemetry collection for the capacity provider.

Properties

LoggingConfig

Configuration that specifies the telemetry collection for the capacity provider.

Constructors

CapacityProviderTelemetryConfigProperty()

Configuration that specifies the telemetry collection for the capacity provider.

public CapacityProviderTelemetryConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-capacityprovidertelemetryconfig.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.Lambda;

             var capacityProviderTelemetryConfigProperty = new CapacityProviderTelemetryConfigProperty {
                 LoggingConfig = new CapacityProviderLoggingConfigProperty {
                     LogGroup = "logGroup",
                     SystemLogLevel = "systemLogLevel"
                 }
             };

Properties

LoggingConfig

Configuration that specifies the telemetry collection for the capacity provider.

public object? LoggingConfig { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-capacityprovider-capacityprovidertelemetryconfig.html#cfn-lambda-capacityprovider-capacityprovidertelemetryconfig-loggingconfig

Type union: either IResolvable or CfnCapacityProviderPropsMixin.ICapacityProviderLoggingConfigProperty

Implements

CfnCapacityProviderPropsMixin.ICapacityProviderTelemetryConfigProperty
Back to top Generated by DocFX