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: