---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_vpc_lattice_resource_configuration{% #aws_vpc_lattice_resource_configuration %}

## `account_id`{% #account_id %}

**Type**: `STRING` 

## `allow_association_to_shareable_service_network`{% #allow_association_to_shareable_service_network %}

**Type**: `BOOLEAN` **Provider name**: `allowAssociationToShareableServiceNetwork` **Description**: Specifies whether the resource configuration is associated with a sharable service network. 

## `amazon_managed`{% #amazon_managed %}

**Type**: `BOOLEAN` **Provider name**: `amazonManaged` **Description**: Indicates whether the resource configuration was created and is managed by Amazon. 

## `arn`{% #arn %}

**Type**: `STRING` **Provider name**: `arn` **Description**: The Amazon Resource Name (ARN) of the resource configuration. 

## `created_at`{% #created_at %}

**Type**: `TIMESTAMP` **Provider name**: `createdAt` **Description**: The date and time that the resource configuration was created, in ISO-8601 format. 

## `custom_domain_name`{% #custom_domain_name %}

**Type**: `STRING` **Provider name**: `customDomainName` **Description**: The custom domain name of the resource configuration. 

## `failure_reason`{% #failure_reason %}

**Type**: `STRING` **Provider name**: `failureReason` **Description**: The reason the create-resource-configuration request failed. 

## `id`{% #id %}

**Type**: `STRING` **Provider name**: `id` **Description**: The ID of the resource configuration. 

## `last_updated_at`{% #last_updated_at %}

**Type**: `TIMESTAMP` **Provider name**: `lastUpdatedAt` **Description**: The most recent date and time that the resource configuration was updated, in ISO-8601 format. 

## `name`{% #name %}

**Type**: `STRING` **Provider name**: `name` **Description**: The name of the resource configuration. 

## `port_ranges`{% #port_ranges %}

**Type**: `UNORDERED_LIST_STRING` **Provider name**: `portRanges` **Description**: 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 

## `protocol`{% #protocol %}

**Type**: `STRING` **Provider name**: `protocol` **Description**: The TCP protocol accepted by the specified resource configuration. 

## `resource_configuration_definition`{% #resource_configuration_definition %}

**Type**: `STRUCT` **Provider name**: `resourceConfigurationDefinition` **Description**: The resource configuration. 

- `arn_resource`**Type**: `STRUCT`**Provider name**: `arnResource`**Description**: The Amazon Resource Name (ARN) of the resource.
  - `arn`**Type**: `STRING`**Provider name**: `arn`**Description**: The Amazon Resource Name (ARN) of the resource.
- `dns_resource`**Type**: `STRUCT`**Provider name**: `dnsResource`**Description**: The DNS name of the resource.
  - `domain_name`**Type**: `STRING`**Provider name**: `domainName`**Description**: The domain name of the resource.
  - `ip_address_type`**Type**: `STRING`**Provider name**: `ipAddressType`**Description**: The type of IP address.
- `ip_resource`**Type**: `STRUCT`**Provider name**: `ipResource`**Description**: The IP resource.
  - `ip_address`**Type**: `STRING`**Provider name**: `ipAddress`**Description**: The IP address of the IP resource.

## `resource_configuration_group_id`{% #resource_configuration_group_id %}

**Type**: `STRING` **Provider name**: `resourceConfigurationGroupId` **Description**: The ID of the group resource configuration. 

## `resource_gateway_id`{% #resource_gateway_id %}

**Type**: `STRING` **Provider name**: `resourceGatewayId` **Description**: 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. 

## `status`{% #status %}

**Type**: `STRING` **Provider name**: `status` **Description**: The status of the resource configuration. 

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING` 

## `type`{% #type %}

**Type**: `STRING` **Provider name**: `type` **Description**: 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.


