Class: Aws::VPCLattice::Types::ResourceConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ResourceConfigurationSummary
- 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
-
#amazon_managed ⇒ Boolean
Indicates whether the resource configuration was created and is managed by Amazon.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration.
-
#created_at ⇒ Time
The date and time that the resource configuration was created, in ISO-8601 format.
-
#custom_domain_name ⇒ String
The custom domain name.
-
#domain_verification_id ⇒ String
The domain verification ID.
-
#group_domain ⇒ String
(GROUP) The group domain for a group resource configuration.
-
#id ⇒ String
The ID of the resource configuration.
-
#last_updated_at ⇒ Time
The most recent date and time that the resource configuration was updated, in ISO-8601 format.
-
#name ⇒ String
The name of the resource configuration.
-
#resource_configuration_group_id ⇒ String
The ID of the group resource configuration.
-
#resource_gateway_id ⇒ String
The ID of the resource gateway.
-
#status ⇒ String
The status of the resource configuration.
-
#type ⇒ String
The type of resource configuration.
Instance Attribute Details
#amazon_managed ⇒ Boolean
Indicates whether the resource configuration was created and is managed by Amazon.
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 |
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource configuration.
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_at ⇒ Time
The date and time that the resource configuration was created, in ISO-8601 format.
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_name ⇒ String
The custom domain name.
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_id ⇒ String
The domain verification ID.
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_domain ⇒ String
(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.
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 |
#id ⇒ String
The ID of the resource configuration.
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_at ⇒ Time
The most recent date and time that the resource configuration was updated, in ISO-8601 format.
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 |
#name ⇒ String
The name of the resource configuration.
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_id ⇒ String
The ID of the group resource configuration.
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_id ⇒ String
The ID of the resource gateway.
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 |
#status ⇒ String
The status of the resource configuration.
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 |
#type ⇒ String
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.
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 |