Class CfnServicePropsMixin.TargetSourceProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ResilienceHubV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnServicePropsMixin.TargetSourceProperty : CfnServicePropsMixin.ITargetSourceProperty
Syntax (vb)
Public Class CfnServicePropsMixin.TargetSourceProperty Implements CfnServicePropsMixin.ITargetSourceProperty
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 targetSourceProperty = new TargetSourceProperty {
PolicyName = "policyName",
Value = 123
};
Synopsis
Constructors
| TargetSourceProperty() |
Properties
| PolicyName | |
| Value |
Constructors
TargetSourceProperty()
public TargetSourceProperty()
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 targetSourceProperty = new TargetSourceProperty {
PolicyName = "policyName",
Value = 123
};
Properties
PolicyName
public string? PolicyName { get; set; }
Property Value
Remarks
Value
public double? Value { get; set; }