interface DependencyProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Synthetics.CfnCanary.DependencyProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssynthetics#CfnCanary_DependencyProperty |
![]() | software.amazon.awscdk.services.synthetics.CfnCanary.DependencyProperty |
![]() | aws_cdk.aws_synthetics.CfnCanary.DependencyProperty |
![]() | aws-cdk-lib » aws_synthetics » CfnCanary » DependencyProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_synthetics as synthetics } from 'aws-cdk-lib';
const dependencyProperty: synthetics.CfnCanary.DependencyProperty = {
reference: 'reference',
// the properties below are optional
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
reference | string | ARN of the Lambda layer. |
type? | string | Type of dependency. |
reference
Type:
string
ARN of the Lambda layer.
type?
Type:
string
(optional)
Type of dependency.