Class CfnApi.EndpointConfigurationProperty
Inheritance
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EndpointConfigurationProperty : Object, CfnApi.IEndpointConfigurationProperty
Syntax (vb)
Public Class EndpointConfigurationProperty
Inherits Object
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
Endpoint |
Properties
Type | |
Vpc |
Constructors
EndpointConfigurationProperty()
public EndpointConfigurationProperty()
Properties
Type
public string Type { get; set; }
Property Value
System.
Remarks
VpcEndpointIds
public string[] VpcEndpointIds { get; set; }
Property Value
System.