Class: Aws::VPCLattice::Types::GetResourceConfigurationResponse

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

Specifies whether the resource configuration is associated with a sharable service network.

Returns:

  • (Boolean)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#amazon_managedBoolean

Indicates whether the resource configuration was created and is managed by Amazon.

Returns:

  • (Boolean)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the resource configuration.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the resource configuration was created, in ISO-8601 format.

Returns:

  • (Time)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

The custom domain name of the resource configuration.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#domain_verification_arnString

The ARN of the domain verification.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#domain_verification_idString

The domain verification ID.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#domain_verification_statusString

The domain verification status.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The reason the create-resource-configuration request failed.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  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)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the resource configuration.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The most recent date and time that the resource configuration was updated, in ISO-8601 format.

Returns:

  • (Time)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource configuration.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#port_rangesArray<String>

The TCP port ranges that a consumer can use to access a resource configuration. You can separate port ranges with a comma. Example: 1-65535 or 1,2,22-30

Returns:

  • (Array<String>)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#protocolString

The TCP protocol accepted by the specified resource configuration.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_definitionTypes::ResourceConfigurationDefinition

The resource configuration.



2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_group_idString

The ID of the group resource configuration.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#resource_gateway_idString

The ID of the resource gateway used to connect to the resource configuration in a given VPC. You can specify the resource gateway identifier only for resource configurations with type SINGLE, GROUP, or ARN.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the resource configuration.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of resource configuration.

  • SINGLE - A single resource.

  • GROUP - A group of resources.

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

  • ARN - An Amazon Web Services resource.

Returns:

  • (String)


2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2287

class GetResourceConfigurationResponse < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :allow_association_to_shareable_service_network,
  :port_ranges,
  :protocol,
  :custom_domain_name,
  :status,
  :resource_configuration_definition,
  :created_at,
  :amazon_managed,
  :failure_reason,
  :last_updated_at,
  :domain_verification_id,
  :domain_verification_arn,
  :domain_verification_status,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end