Interface CfnCanaryPropsMixin.DependencyProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCanaryPropsMixin.DependencyProperty.Jsii$Proxy
Enclosing class:
CfnCanaryPropsMixin

@Stability(Stable) public static interface CfnCanaryPropsMixin.DependencyProperty extends software.amazon.jsii.JsiiSerializable
A structure that contains information about a dependency for a canary.

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.synthetics.*;
 DependencyProperty dependencyProperty = DependencyProperty.builder()
         .reference("reference")
         .type("type")
         .build();
 

See Also: