Class CfnService.SloSourceProperty
Implements
Inherited Members
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
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
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
Remarks
Value
public double? Value { get; set; }