Show / Hide Table of Contents

Interface CfnApi.IEndpointConfigurationProperty

Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnApi.IEndpointConfigurationProperty
Syntax (vb)
Public Interface CfnApi.IEndpointConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-endpointconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.SAM;

             var endpointConfigurationProperty = new EndpointConfigurationProperty {
                 Type = "type",
                 VpcEndpointIds = new [] { "vpcEndpointIds" }
             };

Synopsis

Properties

Type
VpcEndpointIds

Properties

Type

string? Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-endpointconfiguration.html#cfn-serverless-api-endpointconfiguration-type

VpcEndpointIds

string[]? VpcEndpointIds { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-api-endpointconfiguration.html#cfn-serverless-api-endpointconfiguration-vpcendpointids

Back to top Generated by DocFX