You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ServiceConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a service configuration for a VPC endpoint service.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#acceptance_requiredBoolean

Indicates whether requests from other AWS accounts to create an endpoint to the service must first be accepted.

Returns:

  • (Boolean)

    Indicates whether requests from other AWS accounts to create an endpoint to the service must first be accepted.

#availability_zonesArray<String>

The Availability Zones in which the service is available.

Returns:

  • (Array<String>)

    The Availability Zones in which the service is available.

#base_endpoint_dns_namesArray<String>

The DNS names for the service.

Returns:

  • (Array<String>)

    The DNS names for the service.

#gateway_load_balancer_arnsArray<String>

The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

Returns:

  • (Array<String>)

    The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.

#manages_vpc_endpointsBoolean

Indicates whether the service manages its VPC endpoints. Management of the service VPC endpoints using the VPC endpoint API is restricted.

Returns:

  • (Boolean)

    Indicates whether the service manages its VPC endpoints.

#network_load_balancer_arnsArray<String>

The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.

Returns:

  • (Array<String>)

    The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.

#private_dns_nameString

The private DNS name for the service.

Returns:

  • (String)

    The private DNS name for the service.

#private_dns_name_configurationTypes::PrivateDnsNameConfiguration

Information about the endpoint service private DNS name configuration.

Returns:

#service_idString

The ID of the service.

Returns:

  • (String)

    The ID of the service.

#service_nameString

The name of the service.

Returns:

  • (String)

    The name of the service.

#service_stateString

The service state.

Possible values:

  • Pending
  • Available
  • Deleting
  • Deleted
  • Failed

Returns:

  • (String)

    The service state.

#service_typeArray<Types::ServiceTypeDetail>

The type of service.

Returns:

#tagsArray<Types::Tag>

Any tags assigned to the service.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the service.