InterfaceVpcEndpointAwsServiceProps

class aws_cdk.aws_ec2.InterfaceVpcEndpointAwsServiceProps(*, global_=None)

Bases: object

Optional properties for the InterfaceVpcEndpointAwsService class.

Parameters:

global – If true, the service is a global endpoint and its name will not be prefixed with the stack’s region. Default: false

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_ec2 as ec2

interface_vpc_endpoint_aws_service_props = ec2.InterfaceVpcEndpointAwsServiceProps(
    global=False
)

Attributes

global_

If true, the service is a global endpoint and its name will not be prefixed with the stack’s region.

Default:

false