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

# aws_managedblockchain_network{% #aws_managedblockchain_network %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

**Type**: `STRING`**Provider name**: `Arn`**Description**: The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see [Amazon Resource Names (ARNs)](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) in the Amazon Web Services General Reference.

## `creation_date`{% #creation_date %}

**Type**: `TIMESTAMP`**Provider name**: `CreationDate`**Description**: The date and time that the network was created.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `Description`**Description**: Attributes of the blockchain framework for the network.

## `framework`{% #framework %}

**Type**: `STRING`**Provider name**: `Framework`**Description**: The blockchain framework that the network uses.

## `framework_attributes`{% #framework_attributes %}

**Type**: `STRUCT`**Provider name**: `FrameworkAttributes`**Description**: Attributes of the blockchain framework that the network uses.

- `ethereum`**Type**: `STRUCT`**Provider name**: `Ethereum`**Description**: Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
  - `chain_id`**Type**: `STRING`**Provider name**: `ChainId`**Description**: The Ethereum `CHAIN_ID` associated with the Ethereum network. Chain IDs are as follows:
    - mainnet = `1`
- `fabric`**Type**: `STRUCT`**Provider name**: `Fabric`**Description**: Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
  - `edition`**Type**: `STRING`**Provider name**: `Edition`**Description**: The edition of Amazon Managed Blockchain that Hyperledger Fabric uses. For more information, see [Amazon Managed Blockchain Pricing](http://aws.amazon.com/managed-blockchain/pricing/).
  - `ordering_service_endpoint`**Type**: `STRING`**Provider name**: `OrderingServiceEndpoint`**Description**: The endpoint of the ordering service for the network.

## `framework_version`{% #framework_version %}

**Type**: `STRING`**Provider name**: `FrameworkVersion`**Description**: The version of the blockchain framework that the network uses.

## `id`{% #id %}

**Type**: `STRING`**Provider name**: `Id`**Description**: The unique identifier of the network.

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `Name`**Description**: The name of the network.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `Status`**Description**: The current status of the network.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `voting_policy`{% #voting_policy %}

**Type**: `STRUCT`**Provider name**: `VotingPolicy`**Description**: The voting rules that the network uses to decide if a proposal is accepted.

- `approval_threshold_policy`**Type**: `STRUCT`**Provider name**: `ApprovalThresholdPolicy`**Description**: Defines the rules for the network for voting on proposals, such as the percentage of `YES` votes required for the proposal to be approved and the duration of the proposal. The policy applies to all proposals and is specified when the network is created.
  - `proposal_duration_in_hours`**Type**: `INT32`**Provider name**: `ProposalDurationInHours`**Description**: The duration from the time that a proposal is created until it expires. If members cast neither the required number of `YES` votes to approve the proposal nor the number of `NO` votes required to reject it before the duration expires, the proposal is `EXPIRED` and `ProposalActions` aren't carried out.
  - `threshold_comparator`**Type**: `STRING`**Provider name**: `ThresholdComparator`**Description**: Determines whether the vote percentage must be greater than the `ThresholdPercentage` or must be greater than or equal to the `ThresholdPercentage` to be approved.
  - `threshold_percentage`**Type**: `INT32`**Provider name**: `ThresholdPercentage`**Description**: The percentage of votes among all members that must be `YES` for a proposal to be approved. For example, a `ThresholdPercentage` value of `50` indicates 50%. The `ThresholdComparator` determines the precise comparison. If a `ThresholdPercentage` value of `50` is specified on a network with 10 members, along with a `ThresholdComparator` value of `GREATER_THAN`, this indicates that 6 `YES` votes are required for the proposal to be approved.

## `vpc_endpoint_service_name`{% #vpc_endpoint_service_name %}

**Type**: `STRING`**Provider name**: `VpcEndpointServiceName`**Description**: The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.
