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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCanaryPropsMixin.DependencyPropertystatic final classAn implementation forCfnCanaryPropsMixin.DependencyProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getReference
The dependency reference.For Lambda layers, this is the ARN of the Lambda layer. For more information about Lambda ARN format, see Lambda .
- See Also:
-
getType
The type of dependency.Valid value is
LambdaLayer.- See Also:
-
builder
-