Class: Aws::VPCLattice::Types::CreateResourceConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allow_association_to_shareable_service_networkBoolean

(SINGLE, GROUP, ARN) Specifies whether the resource configuration can be associated with a sharable service network. The default is false.

Returns:

  • (Boolean)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#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)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

A custom domain name for your resource configuration. Additionally, provide a DomainVerificationID to prove your ownership of a domain.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_verification_identifierString

The domain verification ID of your verified custom domain name. If you don't provide an ID, you must configure the DNS settings yourself.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#group_domainString

(GROUP) The group domain for a group resource configuration. Any domains that you create for the child resource are subdomains of the group domain. Child resources inherit the verification status of the domain.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource configuration. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#port_rangesArray<String>

(SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).

Returns:

  • (Array<String>)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

(SINGLE, GROUP) The protocol accepted by the resource configuration.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_definitionTypes::ResourceConfigurationDefinition

Identifies the resource configuration in one of the following ways:

  • Amazon Resource Name (ARN) - Supported resource-types that are provisioned by Amazon Web Services services, such as RDS databases, can be identified by their ARN.

  • Domain name - Any domain name that is publicly resolvable.

  • IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.



434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_group_identifierString

(CHILD) The ID or ARN of the parent resource configuration of type GROUP. This is used to associate a child resource configuration with a group resource configuration.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_gateway_identifierString

(SINGLE, GROUP, ARN) The ID or ARN of the resource gateway used to connect to the resource configuration. For a child resource configuration, this value is inherited from the parent resource configuration.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for the resource configuration.

Returns:

  • (Hash<String,String>)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of resource configuration. A resource configuration can be one of the following types:

  • SINGLE - A single resource.

  • GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration.

  • CHILD - A single resource that is part of a group resource configuration.

  • ARN - An Amazon Web Services resource.

Returns:

  • (String)


434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 434

class CreateResourceConfigurationRequest < Struct.new(
  :name,
  :type,
  :port_ranges,
  :protocol,
  :resource_gateway_identifier,
  :resource_configuration_group_identifier,
  :resource_configuration_definition,
  :allow_association_to_shareable_service_network,
  :custom_domain_name,
  :group_domain,
  :domain_verification_identifier,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end