Show / Hide Table of Contents

Class CfnService.SloSourceProperty

Inheritance
object
CfnService.SloSourceProperty
Implements
CfnService.ISloSourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ResilienceHubV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnService.SloSourceProperty : CfnService.ISloSourceProperty
Syntax (vb)
Public Class CfnService.SloSourceProperty Implements CfnService.ISloSourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-slosource.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.AWS.ResilienceHubV2;

             var sloSourceProperty = new SloSourceProperty {
                 PolicyName = "policyName",
                 Value = 123
             };

Synopsis

Constructors

SloSourceProperty()

Properties

PolicyName
Value

Constructors

SloSourceProperty()

public SloSourceProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resiliencehubv2-service-slosource.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.AWS.ResilienceHubV2;

             var sloSourceProperty = new SloSourceProperty {
                 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-slosource.html#cfn-resiliencehubv2-service-slosource-policyname

Value

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

double?

Remarks

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

Implements

CfnService.ISloSourceProperty
Back to top Generated by DocFX