Interface CfnRulePropsMixin.SlaTargetFieldValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRulePropsMixin.SlaTargetFieldValueProperty.Jsii$Proxy
- Enclosing class:
CfnRulePropsMixin
@Stability(Stable)
public static interface CfnRulePropsMixin.SlaTargetFieldValueProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.connect.*;
SlaTargetFieldValueProperty slaTargetFieldValueProperty = SlaTargetFieldValueProperty.builder()
.stringValue("stringValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRulePropsMixin.SlaTargetFieldValuePropertystatic final classAn implementation forCfnRulePropsMixin.SlaTargetFieldValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStringValue
- See Also:
-
builder
-