Class CfnApi.EndpointConfigurationProperty
Implements
Inherited Members
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
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
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; }