Show / Hide Table of Contents

Class CfnServicePropsMixin.AssertionDefinitionProperty

An assertion about the service's resilience posture.

Inheritance
object
CfnServicePropsMixin.AssertionDefinitionProperty
Implements
CfnServicePropsMixin.IAssertionDefinitionProperty
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.ResilienceHubV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnServicePropsMixin.AssertionDefinitionProperty : CfnServicePropsMixin.IAssertionDefinitionProperty
Syntax (vb)
Public Class CfnServicePropsMixin.AssertionDefinitionProperty Implements CfnServicePropsMixin.IAssertionDefinitionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-assertiondefinition.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.ResilienceHubV2;

             var assertionDefinitionProperty = new AssertionDefinitionProperty {
                 Text = "text"
             };

Synopsis

Constructors

AssertionDefinitionProperty()

An assertion about the service's resilience posture.

Properties

Text

The text of the assertion.

Constructors

AssertionDefinitionProperty()

An assertion about the service's resilience posture.

public AssertionDefinitionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-assertiondefinition.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.ResilienceHubV2;

             var assertionDefinitionProperty = new AssertionDefinitionProperty {
                 Text = "text"
             };

Properties

Text

The text of the assertion.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-assertiondefinition.html#cfn-resiliencehubv2-service-assertiondefinition-text

Implements

CfnServicePropsMixin.IAssertionDefinitionProperty
Back to top Generated by DocFX