interface AssertionDefinitionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ResilienceHubV2.CfnServicePropsMixin.AssertionDefinitionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsresiliencehubv2#CfnServicePropsMixin_AssertionDefinitionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.resiliencehubv2.CfnServicePropsMixin.AssertionDefinitionProperty |
Python | aws_cdk.cfn_property_mixins.aws_resiliencehubv2.CfnServicePropsMixin.AssertionDefinitionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_resiliencehubv2 » CfnServicePropsMixin » 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/cfn-property-mixins';
const assertionDefinitionProperty: resiliencehubv2.CfnServicePropsMixin.AssertionDefinitionProperty = {
text: 'text',
};
Properties
| Name | Type | Description |
|---|---|---|
| text? | string | The text of the assertion. |
text?
Type:
string
(optional)
The text of the assertion.

.NET
Go
Java
Python
TypeScript