Class: Aws::VPCLattice::Types::ResourceConfigurationSummary

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

Overview

Summary information about a resource configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_managedBoolean

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

Returns:

  • (Boolean)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

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

Returns:

  • (String)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :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)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

The custom domain name.

Returns:

  • (String)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#domain_verification_idString

The domain verification ID.

Returns:

  • (String)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :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)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the resource configuration.

Returns:

  • (String)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :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)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource configuration.

Returns:

  • (String)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configuration_group_idString

The ID of the group resource configuration.

Returns:

  • (String)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#resource_gateway_idString

The ID of the resource gateway.

Returns:

  • (String)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the resource configuration.

Returns:

  • (String)


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of resource configuration.

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


4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 4217

class ResourceConfigurationSummary < Struct.new(
  :id,
  :name,
  :arn,
  :resource_gateway_id,
  :resource_configuration_group_id,
  :type,
  :status,
  :amazon_managed,
  :created_at,
  :last_updated_at,
  :custom_domain_name,
  :domain_verification_id,
  :group_domain)
  SENSITIVE = []
  include Aws::Structure
end