Class: Aws::VPCLattice::Types::CreateServiceNetworkResourceAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::CreateServiceNetworkResourceAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#private_dns_enabled ⇒ Boolean
Indicates if private DNS is enabled for the service network resource association.
-
#resource_configuration_identifier ⇒ String
The ID of the resource configuration to associate with the service network.
-
#service_network_identifier ⇒ String
The ID of the service network to associate with the resource configuration.
-
#tags ⇒ Hash<String,String>
A key-value pair to associate with a resource.
Instance Attribute Details
#client_token ⇒ String
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.
877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 877 class CreateServiceNetworkResourceAssociationRequest < Struct.new( :client_token, :resource_configuration_identifier, :service_network_identifier, :private_dns_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#private_dns_enabled ⇒ Boolean
Indicates if private DNS is enabled for the service network resource association.
877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 877 class CreateServiceNetworkResourceAssociationRequest < Struct.new( :client_token, :resource_configuration_identifier, :service_network_identifier, :private_dns_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_configuration_identifier ⇒ String
The ID of the resource configuration to associate with the service network.
877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 877 class CreateServiceNetworkResourceAssociationRequest < Struct.new( :client_token, :resource_configuration_identifier, :service_network_identifier, :private_dns_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#service_network_identifier ⇒ String
The ID of the service network to associate with the resource configuration.
877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 877 class CreateServiceNetworkResourceAssociationRequest < Struct.new( :client_token, :resource_configuration_identifier, :service_network_identifier, :private_dns_enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A key-value pair to associate with a resource.
877 878 879 880 881 882 883 884 885 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 877 class CreateServiceNetworkResourceAssociationRequest < Struct.new( :client_token, :resource_configuration_identifier, :service_network_identifier, :private_dns_enabled, :tags) SENSITIVE = [] include Aws::Structure end |