Show / Hide Table of Contents

Class CfnApi.EndpointConfigurationProperty

Inheritance
object
CfnApi.EndpointConfigurationProperty
Implements
CfnApi.IEndpointConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApi.EndpointConfigurationProperty : CfnApi.IEndpointConfigurationProperty
Syntax (vb)
Public Class CfnApi.EndpointConfigurationProperty Implements 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

Constructors

EndpointConfigurationProperty()

Properties

Type
VpcEndpointIds

Constructors

EndpointConfigurationProperty()

public EndpointConfigurationProperty()
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" }
             };

Properties

Type

public string? Type { get; set; }
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

public string[]? VpcEndpointIds { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnApi.IEndpointConfigurationProperty
Back to top Generated by DocFX