aws-cdk-lib.aws_sam.CfnFunction.DestinationProperty

interface DestinationProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.DestinationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_DestinationProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.DestinationProperty
Pythonaws_cdk.aws_sam.CfnFunction.DestinationProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » DestinationProperty

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 destinationProperty: sam.CfnFunction.DestinationProperty = {
  destination: 'destination',

  // the properties below are optional
  type: 'type',
};

Properties

NameTypeDescription
destinationstringCfnFunction.DestinationProperty.Destination.
type?stringCfnFunction.DestinationProperty.Type.

destination

Type: string

CfnFunction.DestinationProperty.Destination.


type?

Type: string (optional)

CfnFunction.DestinationProperty.Type.