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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes a service configuration for a VPC endpoint service.

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)


33535
33536
33537
33538
33539
33540
33541
33542
33543
33544
33545
33546
# File 'lib/aws-sdk-ec2/types.rb', line 33535

class ServiceConfiguration < Struct.new(
  :service_type,
  :service_id,
  :service_name,
  :service_state,
  :availability_zones,
  :acceptance_required,
  :network_load_balancer_arns,
  :base_endpoint_dns_names,
  :private_dns_name)
  include Aws::Structure
end

#availability_zonesArray<String>

In the Availability Zones in which the service is available.

Returns:

  • (Array<String>)


33535
33536
33537
33538
33539
33540
33541
33542
33543
33544
33545
33546
# File 'lib/aws-sdk-ec2/types.rb', line 33535

class ServiceConfiguration < Struct.new(
  :service_type,
  :service_id,
  :service_name,
  :service_state,
  :availability_zones,
  :acceptance_required,
  :network_load_balancer_arns,
  :base_endpoint_dns_names,
  :private_dns_name)
  include Aws::Structure
end

#base_endpoint_dns_namesArray<String>

The DNS names for the service.

Returns:

  • (Array<String>)


33535
33536
33537
33538
33539
33540
33541
33542
33543
33544
33545
33546
# File 'lib/aws-sdk-ec2/types.rb', line 33535

class ServiceConfiguration < Struct.new(
  :service_type,
  :service_id,
  :service_name,
  :service_state,
  :availability_zones,
  :acceptance_required,
  :network_load_balancer_arns,
  :base_endpoint_dns_names,
  :private_dns_name)
  include Aws::Structure
end

#network_load_balancer_arnsArray<String>

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

Returns:

  • (Array<String>)


33535
33536
33537
33538
33539
33540
33541
33542
33543
33544
33545
33546
# File 'lib/aws-sdk-ec2/types.rb', line 33535

class ServiceConfiguration < Struct.new(
  :service_type,
  :service_id,
  :service_name,
  :service_state,
  :availability_zones,
  :acceptance_required,
  :network_load_balancer_arns,
  :base_endpoint_dns_names,
  :private_dns_name)
  include Aws::Structure
end

#private_dns_nameString

The private DNS name for the service.

Returns:

  • (String)


33535
33536
33537
33538
33539
33540
33541
33542
33543
33544
33545
33546
# File 'lib/aws-sdk-ec2/types.rb', line 33535

class ServiceConfiguration < Struct.new(
  :service_type,
  :service_id,
  :service_name,
  :service_state,
  :availability_zones,
  :acceptance_required,
  :network_load_balancer_arns,
  :base_endpoint_dns_names,
  :private_dns_name)
  include Aws::Structure
end

#service_idString

The ID of the service.

Returns:

  • (String)


33535
33536
33537
33538
33539
33540
33541
33542
33543
33544
33545
33546
# File 'lib/aws-sdk-ec2/types.rb', line 33535

class ServiceConfiguration < Struct.new(
  :service_type,
  :service_id,
  :service_name,
  :service_state,
  :availability_zones,
  :acceptance_required,
  :network_load_balancer_arns,
  :base_endpoint_dns_names,
  :private_dns_name)
  include Aws::Structure
end

#service_nameString

The name of the service.

Returns:

  • (String)


33535
33536
33537
33538
33539
33540
33541
33542
33543
33544
33545
33546
# File 'lib/aws-sdk-ec2/types.rb', line 33535

class ServiceConfiguration < Struct.new(
  :service_type,
  :service_id,
  :service_name,
  :service_state,
  :availability_zones,
  :acceptance_required,
  :network_load_balancer_arns,
  :base_endpoint_dns_names,
  :private_dns_name)
  include Aws::Structure
end

#service_stateString

The service state.

Returns:

  • (String)


33535
33536
33537
33538
33539
33540
33541
33542
33543
33544
33545
33546
# File 'lib/aws-sdk-ec2/types.rb', line 33535

class ServiceConfiguration < Struct.new(
  :service_type,
  :service_id,
  :service_name,
  :service_state,
  :availability_zones,
  :acceptance_required,
  :network_load_balancer_arns,
  :base_endpoint_dns_names,
  :private_dns_name)
  include Aws::Structure
end

#service_typeArray<Types::ServiceTypeDetail>

The type of service.

Returns:



33535
33536
33537
33538
33539
33540
33541
33542
33543
33544
33545
33546
# File 'lib/aws-sdk-ec2/types.rb', line 33535

class ServiceConfiguration < Struct.new(
  :service_type,
  :service_id,
  :service_name,
  :service_state,
  :availability_zones,
  :acceptance_required,
  :network_load_balancer_arns,
  :base_endpoint_dns_names,
  :private_dns_name)
  include Aws::Structure
end