Class: Aws::VPCLattice::Types::UpdateServiceNetworkVpcAssociationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_optionsTypes::DnsOptions

DNS options for the service network VPC association.

Returns:



5939
5940
5941
5942
5943
5944
5945
5946
# File 'lib/aws-sdk-vpclattice/types.rb', line 5939

class UpdateServiceNetworkVpcAssociationRequest < Struct.new(
  :service_network_vpc_association_identifier,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end

#private_dns_enabledBoolean

Indicates if private DNS is enabled for the VPC association.

Returns:

  • (Boolean)


5939
5940
5941
5942
5943
5944
5945
5946
# File 'lib/aws-sdk-vpclattice/types.rb', line 5939

class UpdateServiceNetworkVpcAssociationRequest < Struct.new(
  :service_network_vpc_association_identifier,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The IDs of the security groups.

Returns:

  • (Array<String>)


5939
5940
5941
5942
5943
5944
5945
5946
# File 'lib/aws-sdk-vpclattice/types.rb', line 5939

class UpdateServiceNetworkVpcAssociationRequest < Struct.new(
  :service_network_vpc_association_identifier,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_vpc_association_identifierString

The ID or ARN of the association.

Returns:

  • (String)


5939
5940
5941
5942
5943
5944
5945
5946
# File 'lib/aws-sdk-vpclattice/types.rb', line 5939

class UpdateServiceNetworkVpcAssociationRequest < Struct.new(
  :service_network_vpc_association_identifier,
  :security_group_ids,
  :private_dns_enabled,
  :dns_options)
  SENSITIVE = []
  include Aws::Structure
end