Show / Hide Table of Contents

Class CfnEnvironmentPropsMixin.CheckProperty

A check on the environment to identify environment health and validate VMware VCF licensing compliance.

Inheritance
object
CfnEnvironmentPropsMixin.CheckProperty
Implements
CfnEnvironmentPropsMixin.ICheckProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EVS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnEnvironmentPropsMixin.CheckProperty : CfnEnvironmentPropsMixin.ICheckProperty
Syntax (vb)
Public Class CfnEnvironmentPropsMixin.CheckProperty Implements CfnEnvironmentPropsMixin.ICheckProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-check.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.EVS.Mixins;

             var checkProperty = new CheckProperty {
                 ImpairedSince = "impairedSince",
                 Result = "result",
                 Type = "type"
             };

Synopsis

Constructors

CheckProperty()

A check on the environment to identify environment health and validate VMware VCF licensing compliance.

Properties

ImpairedSince

The time when environment health began to be impaired.

Result

The check result.

Type

The check type. Amazon EVS performs the following checks.

Constructors

CheckProperty()

A check on the environment to identify environment health and validate VMware VCF licensing compliance.

public CheckProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-check.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.EVS.Mixins;

             var checkProperty = new CheckProperty {
                 ImpairedSince = "impairedSince",
                 Result = "result",
                 Type = "type"
             };

Properties

ImpairedSince

The time when environment health began to be impaired.

public string? ImpairedSince { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-check.html#cfn-evs-environment-check-impairedsince

Result

The check result.

public string? Result { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-check.html#cfn-evs-environment-check-result

Type

The check type. Amazon EVS performs the following checks.

public string? Type { get; set; }
Property Value

string

Remarks

    If this check fails, you will need to add hosts so that your environment meets this minimum requirement. Amazon EVS only supports environments with 4-16 hosts.

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-check.html#cfn-evs-environment-check-type

    Implements

    CfnEnvironmentPropsMixin.ICheckProperty
    Back to top Generated by DocFX