Class CfnServicePropsMixin.AssertionDefinitionProperty
An assertion about the service's resilience posture.
Implements
Inherited Members
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
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
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; }