interface AssertionDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ResilienceHubV2.CfnService.AssertionDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsresiliencehubv2#CfnService_AssertionDefinitionProperty |
Java | software.amazon.awscdk.services.resiliencehubv2.CfnService.AssertionDefinitionProperty |
Python | aws_cdk.aws_resiliencehubv2.CfnService.AssertionDefinitionProperty |
TypeScript | aws-cdk-lib » aws_resiliencehubv2 » CfnService » AssertionDefinitionProperty |
An assertion about the service's resilience posture.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_resiliencehubv2 as resiliencehubv2 } from 'aws-cdk-lib';
const assertionDefinitionProperty: resiliencehubv2.CfnService.AssertionDefinitionProperty = {
text: 'text',
};
Properties
| Name | Type | Description |
|---|---|---|
| text | string | The text of the assertion. |
text
Type:
string
The text of the assertion.

.NET
Go
Java
Python
TypeScript