interface EndpointConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SAM.CfnApiPropsMixin.EndpointConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssam#CfnApiPropsMixin_EndpointConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sam.CfnApiPropsMixin.EndpointConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_sam.CfnApiPropsMixin.EndpointConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sam » CfnApiPropsMixin » 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/cfn-property-mixins';
const endpointConfigurationProperty: sam.CfnApiPropsMixin.EndpointConfigurationProperty = {
type: 'type',
vpcEndpointIds: ['vpcEndpointIds'],
};
Properties
| Name | Type | Description |
|---|---|---|
| type? | string | |
| vpc | string[] |
type?
Type:
string
(optional)
vpcEndpointIds?
Type:
string[]
(optional)

.NET
Go
Java
Python
TypeScript