Class: Aws::VPCLattice::Types::CreateServiceNetworkVpcAssociationRequest

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

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren’t identical, the retry fails.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


587
588
589
590
591
592
593
594
595
# File 'lib/aws-sdk-vpclattice/types.rb', line 587

class CreateServiceNetworkVpcAssociationRequest < Struct.new(
  :client_token,
  :security_group_ids,
  :service_network_identifier,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The IDs of the security groups. Security groups aren’t added by default. You can add a security group to apply network level controls to control which resources in a VPC are allowed to access the service network and its services. For more information, see

Control traffic to resources using security groups][1

in the

*Amazon VPC User Guide*.

[1]: docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html

Returns:

  • (Array<String>)


587
588
589
590
591
592
593
594
595
# File 'lib/aws-sdk-vpclattice/types.rb', line 587

class CreateServiceNetworkVpcAssociationRequest < Struct.new(
  :client_token,
  :security_group_ids,
  :service_network_identifier,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#service_network_identifierString

The ID or Amazon Resource Name (ARN) of the service network. You must use the ARN when the resources specified in the operation are in different accounts.

Returns:

  • (String)


587
588
589
590
591
592
593
594
595
# File 'lib/aws-sdk-vpclattice/types.rb', line 587

class CreateServiceNetworkVpcAssociationRequest < Struct.new(
  :client_token,
  :security_group_ids,
  :service_network_identifier,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for the association.

Returns:

  • (Hash<String,String>)


587
588
589
590
591
592
593
594
595
# File 'lib/aws-sdk-vpclattice/types.rb', line 587

class CreateServiceNetworkVpcAssociationRequest < Struct.new(
  :client_token,
  :security_group_ids,
  :service_network_identifier,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_identifierString

The ID of the VPC.

Returns:

  • (String)


587
588
589
590
591
592
593
594
595
# File 'lib/aws-sdk-vpclattice/types.rb', line 587

class CreateServiceNetworkVpcAssociationRequest < Struct.new(
  :client_token,
  :security_group_ids,
  :service_network_identifier,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end