Interface CfnApi.IEndpointConfigurationProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEndpointConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
Type | |
Vpc |
Properties
Type
virtual string Type { get; }
Property Value
System.
Remarks
VpcEndpointIds
virtual string[] VpcEndpointIds { get; }
Property Value
System.