aws-cdk-lib.aws_sam.CfnApi.EndpointConfigurationProperty

interface EndpointConfigurationProperty

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

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 endpointConfigurationProperty: sam.CfnApi.EndpointConfigurationProperty = {
  type: 'type',
  vpcEndpointIds: ['vpcEndpointIds'],
};

Properties

NameTypeDescription
type?stringCfnApi.EndpointConfigurationProperty.Type.
vpcEndpointIds?string[]CfnApi.EndpointConfigurationProperty.VpcEndpointIds.

type?

Type: string (optional)

CfnApi.EndpointConfigurationProperty.Type.


vpcEndpointIds?

Type: string[] (optional)

CfnApi.EndpointConfigurationProperty.VpcEndpointIds.