VpcEndpointConnectionAccepterState constructor

const VpcEndpointConnectionAccepterState({
  1. Input<String?>? region,
  2. Input<String?>? vpcEndpointId,
  3. Input<String?>? vpcEndpointServiceId,
  4. Input<String?>? vpcEndpointState,
})

Creates a new VpcEndpointConnectionAccepterState. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. vpcEndpointId AWS VPC Endpoint ID. vpcEndpointServiceId AWS VPC Endpoint Service ID. vpcEndpointState State of the VPC Endpoint.

Implementation

const VpcEndpointConnectionAccepterState({
  this.region,
  this.vpcEndpointId,
  this.vpcEndpointServiceId,
  this.vpcEndpointState,
});