interface TargetSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ResilienceHubV2.CfnService.TargetSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsresiliencehubv2#CfnService_TargetSourceProperty |
Java | software.amazon.awscdk.services.resiliencehubv2.CfnService.TargetSourceProperty |
Python | aws_cdk.aws_resiliencehubv2.CfnService.TargetSourceProperty |
TypeScript | aws-cdk-lib » aws_resiliencehubv2 » CfnService » TargetSourceProperty |
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 targetSourceProperty: resiliencehubv2.CfnService.TargetSourceProperty = {
policyName: 'policyName',
value: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| policy | string | |
| value? | number |
policyName?
Type:
string
(optional)
value?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript