Interface IInterfaceVpcEndpointAwsServiceProps
Optional properties for the InterfaceVpcEndpointAwsService class.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInterfaceVpcEndpointAwsServiceProps
Syntax (vb)
Public Interface IInterfaceVpcEndpointAwsServiceProps
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.EC2;
var interfaceVpcEndpointAwsServiceProps = new InterfaceVpcEndpointAwsServiceProps {
Global = false
};
Synopsis
Properties
Global | If true, the service is a global endpoint and its name will not be prefixed with the stack's region. |
Properties
Global
If true, the service is a global endpoint and its name will not be prefixed with the stack's region.
virtual Nullable<bool> Global { get; }
Property Value
System.Nullable<System.Boolean>
Remarks
Default: false