Show / Hide Table of Contents

Interface CfnWorkspaceInstancePropsMixin.IRunInstancesMonitoringEnabledProperty

Namespace: Amazon.CDK.Mixins.Preview.AWS.WorkspacesInstances.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnWorkspaceInstancePropsMixin.IRunInstancesMonitoringEnabledProperty
Syntax (vb)
Public Interface CfnWorkspaceInstancePropsMixin.IRunInstancesMonitoringEnabledProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-runinstancesmonitoringenabled.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.WorkspacesInstances.Mixins;

             var runInstancesMonitoringEnabledProperty = new RunInstancesMonitoringEnabledProperty {
                 Enabled = false
             };

Synopsis

Properties

Enabled

Properties

Enabled

object? Enabled { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-workspacesinstances-workspaceinstance-runinstancesmonitoringenabled.html#cfn-workspacesinstances-workspaceinstance-runinstancesmonitoringenabled-enabled

Type union: either bool or IResolvable

Back to top Generated by DocFX