amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.CreateVpcEndpointServiceConfiguration

Description

Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, IAM users, and IAM roles) can connect.

Before you create an endpoint service, you must create one of the following for your service:

If you set the private DNS name, you must prove that you own the private DNS domain name.

For more information, see the Amazon Web Services PrivateLink Guide.

Synopsis

Creating a Request

data CreateVpcEndpointServiceConfiguration Source #

Constructors

CreateVpcEndpointServiceConfiguration' 

Fields

Instances

Instances details
ToHeaders CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

ToPath CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

ToQuery CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

AWSRequest CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

Generic CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

Read CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

Show CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

NFData CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

Eq CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

Hashable CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

type AWSResponse CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

type Rep CreateVpcEndpointServiceConfiguration Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

type Rep CreateVpcEndpointServiceConfiguration = D1 ('MetaData "CreateVpcEndpointServiceConfiguration" "Amazonka.EC2.CreateVpcEndpointServiceConfiguration" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CreateVpcEndpointServiceConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "acceptanceRequired") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dryRun") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "gatewayLoadBalancerArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: ((S1 ('MetaSel ('Just "networkLoadBalancerArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "privateDnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "supportedIpAddressTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "tagSpecifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TagSpecification]))))))

newCreateVpcEndpointServiceConfiguration :: CreateVpcEndpointServiceConfiguration Source #

Create a value of CreateVpcEndpointServiceConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateVpcEndpointServiceConfiguration, createVpcEndpointServiceConfiguration_acceptanceRequired - Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.

CreateVpcEndpointServiceConfiguration, createVpcEndpointServiceConfiguration_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

$sel:dryRun:CreateVpcEndpointServiceConfiguration', createVpcEndpointServiceConfiguration_dryRun - Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

CreateVpcEndpointServiceConfiguration, createVpcEndpointServiceConfiguration_gatewayLoadBalancerArns - The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.

CreateVpcEndpointServiceConfiguration, createVpcEndpointServiceConfiguration_networkLoadBalancerArns - The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.

CreateVpcEndpointServiceConfiguration, createVpcEndpointServiceConfiguration_privateDnsName - (Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.

CreateVpcEndpointServiceConfiguration, createVpcEndpointServiceConfiguration_supportedIpAddressTypes - The supported IP address types. The possible values are ipv4 and ipv6.

CreateVpcEndpointServiceConfiguration, createVpcEndpointServiceConfiguration_tagSpecifications - The tags to associate with the service.

Request Lenses

createVpcEndpointServiceConfiguration_acceptanceRequired :: Lens' CreateVpcEndpointServiceConfiguration (Maybe Bool) Source #

Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.

createVpcEndpointServiceConfiguration_clientToken :: Lens' CreateVpcEndpointServiceConfiguration (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

createVpcEndpointServiceConfiguration_dryRun :: Lens' CreateVpcEndpointServiceConfiguration (Maybe Bool) Source #

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

createVpcEndpointServiceConfiguration_gatewayLoadBalancerArns :: Lens' CreateVpcEndpointServiceConfiguration (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of one or more Gateway Load Balancers.

createVpcEndpointServiceConfiguration_networkLoadBalancerArns :: Lens' CreateVpcEndpointServiceConfiguration (Maybe [Text]) Source #

The Amazon Resource Names (ARNs) of one or more Network Load Balancers for your service.

createVpcEndpointServiceConfiguration_privateDnsName :: Lens' CreateVpcEndpointServiceConfiguration (Maybe Text) Source #

(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.

createVpcEndpointServiceConfiguration_supportedIpAddressTypes :: Lens' CreateVpcEndpointServiceConfiguration (Maybe [Text]) Source #

The supported IP address types. The possible values are ipv4 and ipv6.

Destructuring the Response

data CreateVpcEndpointServiceConfigurationResponse Source #

Constructors

CreateVpcEndpointServiceConfigurationResponse' 

Fields

Instances

Instances details
Generic CreateVpcEndpointServiceConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

Read CreateVpcEndpointServiceConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

Show CreateVpcEndpointServiceConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

NFData CreateVpcEndpointServiceConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

Eq CreateVpcEndpointServiceConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

type Rep CreateVpcEndpointServiceConfigurationResponse Source # 
Instance details

Defined in Amazonka.EC2.CreateVpcEndpointServiceConfiguration

type Rep CreateVpcEndpointServiceConfigurationResponse = D1 ('MetaData "CreateVpcEndpointServiceConfigurationResponse" "Amazonka.EC2.CreateVpcEndpointServiceConfiguration" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "CreateVpcEndpointServiceConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "serviceConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceConfiguration)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newCreateVpcEndpointServiceConfigurationResponse Source #

Create a value of CreateVpcEndpointServiceConfigurationResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateVpcEndpointServiceConfiguration, createVpcEndpointServiceConfigurationResponse_clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

$sel:serviceConfiguration:CreateVpcEndpointServiceConfigurationResponse', createVpcEndpointServiceConfigurationResponse_serviceConfiguration - Information about the service configuration.

$sel:httpStatus:CreateVpcEndpointServiceConfigurationResponse', createVpcEndpointServiceConfigurationResponse_httpStatus - The response's http status code.

Response Lenses

createVpcEndpointServiceConfigurationResponse_clientToken :: Lens' CreateVpcEndpointServiceConfigurationResponse (Maybe Text) Source #

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.