Interface CfnServicePropsMixin.ServiceConnectTestTrafficRulesHeaderValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServicePropsMixin.ServiceConnectTestTrafficRulesHeaderValueProperty.Jsii$Proxy
- Enclosing class:
CfnServicePropsMixin
@Stability(Stable)
public static interface CfnServicePropsMixin.ServiceConnectTestTrafficRulesHeaderValueProperty
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.mixins.preview.services.ecs.mixins.*;
ServiceConnectTestTrafficRulesHeaderValueProperty serviceConnectTestTrafficRulesHeaderValueProperty = ServiceConnectTestTrafficRulesHeaderValueProperty.builder()
.exact("exact")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnServicePropsMixin.ServiceConnectTestTrafficRulesHeaderValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExact
- See Also:
-
builder
@Stability(Stable) static CfnServicePropsMixin.ServiceConnectTestTrafficRulesHeaderValueProperty.Builder builder()
-