Show / Hide Table of Contents

Class CfnClusterLogsMixin

The AWS::ECS::Cluster resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.

Inheritance
object
Mixin
CfnClusterLogsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.ECS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterLogsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnClusterLogsMixin Inherits Mixin Implements IMixin
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html

CloudformationResource: AWS::ECS::Cluster

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.Mixins.Preview.AWS.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.ECS.Mixins;

             ILogsDelivery logsDelivery;

             var cfnClusterLogsMixin = new CfnClusterLogsMixin("logType", logsDelivery);

Synopsis

Constructors

CfnClusterLogsMixin(string, ILogsDelivery)

Create a mixin to enable vended logs for AWS::ECS::Cluster.

Properties

ACTION_LOGS

The AWS::ECS::Cluster resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.

LogDelivery

The AWS::ECS::Cluster resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.

LogType

The AWS::ECS::Cluster resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.

Methods

ApplyTo(IConstruct)

Apply vended logs configuration to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct (has vendedLogs property).

Constructors

CfnClusterLogsMixin(string, ILogsDelivery)

Create a mixin to enable vended logs for AWS::ECS::Cluster.

public CfnClusterLogsMixin(string logType, ILogsDelivery logDelivery)
Parameters
logType string

Type of logs that are getting vended.

logDelivery ILogsDelivery

Object in charge of setting up the delivery source, delivery destination, and delivery connection.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html

CloudformationResource: AWS::ECS::Cluster

Mixin: true

ExampleMetadata: fixture=_generated

Properties

ACTION_LOGS

The AWS::ECS::Cluster resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.

public static CfnClusterActionLogs ACTION_LOGS { get; }
Property Value

CfnClusterActionLogs

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html

CloudformationResource: AWS::ECS::Cluster

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.Mixins.Preview.AWS.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.ECS.Mixins;

             ILogsDelivery logsDelivery;

             var cfnClusterLogsMixin = new CfnClusterLogsMixin("logType", logsDelivery);

LogDelivery

The AWS::ECS::Cluster resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.

protected virtual ILogsDelivery LogDelivery { get; }
Property Value

ILogsDelivery

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html

CloudformationResource: AWS::ECS::Cluster

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.Mixins.Preview.AWS.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.ECS.Mixins;

             ILogsDelivery logsDelivery;

             var cfnClusterLogsMixin = new CfnClusterLogsMixin("logType", logsDelivery);

LogType

The AWS::ECS::Cluster resource creates an Amazon Elastic Container Service (Amazon ECS) cluster.

protected virtual string LogType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html

CloudformationResource: AWS::ECS::Cluster

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.Mixins.Preview.AWS.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.ECS.Mixins;

             ILogsDelivery logsDelivery;

             var cfnClusterLogsMixin = new CfnClusterLogsMixin("logType", logsDelivery);

Methods

ApplyTo(IConstruct)

Apply vended logs configuration to the construct.

public override void ApplyTo(IConstruct resource)
Parameters
resource IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html

CloudformationResource: AWS::ECS::Cluster

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct (has vendedLogs property).

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-cluster.html

CloudformationResource: AWS::ECS::Cluster

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX