VPC Lattice Resource Configuration

This table represents the VPC Lattice Resource Configuration resource from Amazon Web Services.

aws.vpc_lattice_resource_configuration

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
allow_association_to_shareable_service_networkcoreboolSpecifies whether the resource configuration is associated with a sharable service network.
amazon_managedcoreboolIndicates whether the resource configuration was created and is managed by Amazon.
arncorestringThe Amazon Resource Name (ARN) of the resource configuration.
created_atcoretimestampThe date and time that the resource configuration was created, in ISO-8601 format.
custom_domain_namecorestringThe custom domain name of the resource configuration.
failure_reasoncorestringThe reason the create-resource-configuration request failed.
idcorestringThe ID of the resource configuration.
last_updated_atcoretimestampThe most recent date and time that the resource configuration was updated, in ISO-8601 format.
namecorestringThe name of the resource configuration.
port_rangescorearray<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
protocolcorestringThe TCP protocol accepted by the specified resource configuration.
resource_configuration_definitioncorejsonThe resource configuration.
resource_configuration_group_idcorestringThe ID of the group resource configuration.
resource_gateway_idcorestringThe 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.
statuscorestringThe status of the resource configuration.
tagscorehstore
typecorestringThe type of resource configuration. <ul> <li> <code>SINGLE</code> - A single resource. </li> <li> <code>GROUP</code> - A group of resources. </li> <li> <code>CHILD</code> - A single resource that is part of a group resource configuration. </li> <li> <code>ARN</code> - An Amazon Web Services resource. </li> </ul>