Show / Hide Table of Contents

Class CfnConnectorV2PropsMixin.HealthIssueProperty

A health issue associated with the connector.

Inheritance
object
CfnConnectorV2PropsMixin.HealthIssueProperty
Implements
CfnConnectorV2PropsMixin.IHealthIssueProperty
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.SecurityHub
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnConnectorV2PropsMixin.HealthIssueProperty : CfnConnectorV2PropsMixin.IHealthIssueProperty
Syntax (vb)
Public Class CfnConnectorV2PropsMixin.HealthIssueProperty Implements CfnConnectorV2PropsMixin.IHealthIssueProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-healthissue.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.SecurityHub;

             var healthIssueProperty = new HealthIssueProperty {
                 Code = "code",
                 Message = "message"
             };

Synopsis

Constructors

HealthIssueProperty()

A health issue associated with the connector.

Properties

Code

The code identifying the type of health issue.

Message

The message describing the health issue.

Constructors

HealthIssueProperty()

A health issue associated with the connector.

public HealthIssueProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-healthissue.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.SecurityHub;

             var healthIssueProperty = new HealthIssueProperty {
                 Code = "code",
                 Message = "message"
             };

Properties

Code

The code identifying the type of health issue.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-healthissue.html#cfn-securityhub-connectorv2-healthissue-code

Message

The message describing the health issue.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-healthissue.html#cfn-securityhub-connectorv2-healthissue-message

Implements

CfnConnectorV2PropsMixin.IHealthIssueProperty
Back to top Generated by DocFX