aws-cdk-lib.aws_sam.CfnFunction.DestinationConfigProperty
interface DestinationConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.DestinationConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_DestinationConfigProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.DestinationConfigProperty |
![]() | aws_cdk.aws_sam.CfnFunction.DestinationConfigProperty |
![]() | aws-cdk-lib » aws_sam » CfnFunction » DestinationConfigProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const destinationConfigProperty: sam.CfnFunction.DestinationConfigProperty = {
onFailure: {
destination: 'destination',
// the properties below are optional
type: 'type',
},
};
Properties
Name | Type | Description |
---|---|---|
on | IResolvable | Destination | CfnFunction.DestinationConfigProperty.OnFailure . |
onFailure
Type:
IResolvable
|
Destination
CfnFunction.DestinationConfigProperty.OnFailure
.