Class: Aws::VPCLattice::Types::CreateResourceGatewayRequest

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)


534
535
536
537
538
539
540
541
542
543
544
# File 'lib/aws-sdk-vpclattice/types.rb', line 534

class CreateResourceGatewayRequest < Struct.new(
  :client_token,
  :ip_address_type,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#ip_address_typeString

The type of IP address used by the resource gateway.

Returns:

  • (String)


534
535
536
537
538
539
540
541
542
543
544
# File 'lib/aws-sdk-vpclattice/types.rb', line 534

class CreateResourceGatewayRequest < Struct.new(
  :client_token,
  :ip_address_type,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource gateway.

Returns:

  • (String)


534
535
536
537
538
539
540
541
542
543
544
# File 'lib/aws-sdk-vpclattice/types.rb', line 534

class CreateResourceGatewayRequest < Struct.new(
  :client_token,
  :ip_address_type,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

The IDs of the security groups to apply to the resource gateway. The security groups must be in the same VPC.

Returns:

  • (Array<String>)


534
535
536
537
538
539
540
541
542
543
544
# File 'lib/aws-sdk-vpclattice/types.rb', line 534

class CreateResourceGatewayRequest < Struct.new(
  :client_token,
  :ip_address_type,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The IDs of the VPC subnets in which to create the resource gateway.

Returns:

  • (Array<String>)


534
535
536
537
538
539
540
541
542
543
544
# File 'lib/aws-sdk-vpclattice/types.rb', line 534

class CreateResourceGatewayRequest < Struct.new(
  :client_token,
  :ip_address_type,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for the resource gateway.

Returns:

  • (Hash<String,String>)


534
535
536
537
538
539
540
541
542
543
544
# File 'lib/aws-sdk-vpclattice/types.rb', line 534

class CreateResourceGatewayRequest < Struct.new(
  :client_token,
  :ip_address_type,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_identifierString

The ID of the VPC for the resource gateway.

Returns:

  • (String)


534
535
536
537
538
539
540
541
542
543
544
# File 'lib/aws-sdk-vpclattice/types.rb', line 534

class CreateResourceGatewayRequest < Struct.new(
  :client_token,
  :ip_address_type,
  :name,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :vpc_identifier)
  SENSITIVE = []
  include Aws::Structure
end