Show / Hide Table of Contents

Class CfnServicePropsMixin.TargetSourceProperty

Inheritance
object
CfnServicePropsMixin.TargetSourceProperty
Implements
CfnServicePropsMixin.ITargetSourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-targetsource.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-targetsource.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-targetsource.html#cfn-resiliencehubv2-service-targetsource-policyname

Value

public double? Value { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-targetsource.html#cfn-resiliencehubv2-service-targetsource-value

Implements

CfnServicePropsMixin.ITargetSourceProperty
Back to top Generated by DocFX