diff --git a/schemamd/testdata/aws_acm_certificate.md b/schemamd/testdata/aws_acm_certificate.md index e4ab62d1..82f37392 100644 --- a/schemamd/testdata/aws_acm_certificate.md +++ b/schemamd/testdata/aws_acm_certificate.md @@ -2,31 +2,31 @@ ### Optional -- **certificate_authority_arn** (String) -- **certificate_body** (String) -- **certificate_chain** (String) -- **domain_name** (String) -- **id** (String) The ID of this resource. -- **options** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options)) -- **private_key** (String, Sensitive) -- **subject_alternative_names** (Set of String) -- **tags** (Map of String) -- **tags_all** (Map of String) -- **validation_method** (String) +- `certificate_authority_arn` (String) +- `certificate_body` (String) +- `certificate_chain` (String) +- `domain_name` (String) +- `id` (String) The ID of this resource. +- `options` (Block List, Max: 1) (see [below for nested schema](#nestedblock--options)) +- `private_key` (String, Sensitive) +- `subject_alternative_names` (Set of String) +- `tags` (Map of String) +- `tags_all` (Map of String) +- `validation_method` (String) ### Read-Only -- **arn** (String) -- **domain_validation_options** (Set of Object) (see [below for nested schema](#nestedatt--domain_validation_options)) -- **status** (String) -- **validation_emails** (List of String) +- `arn` (String) +- `domain_validation_options` (Set of Object) (see [below for nested schema](#nestedatt--domain_validation_options)) +- `status` (String) +- `validation_emails` (List of String) ### Nested Schema for `options` Optional: -- **certificate_transparency_logging_preference** (String) +- `certificate_transparency_logging_preference` (String) @@ -34,7 +34,7 @@ Optional: Read-Only: -- **domain_name** (String) -- **resource_record_name** (String) -- **resource_record_type** (String) -- **resource_record_value** (String) \ No newline at end of file +- `domain_name` (String) +- `resource_record_name` (String) +- `resource_record_type` (String) +- `resource_record_value` (String) \ No newline at end of file diff --git a/schemamd/testdata/aws_route_table_association.md b/schemamd/testdata/aws_route_table_association.md index 07c509a0..c332d6f1 100644 --- a/schemamd/testdata/aws_route_table_association.md +++ b/schemamd/testdata/aws_route_table_association.md @@ -2,10 +2,10 @@ ### Required -- **route_table_id** (String) +- `route_table_id` (String) ### Optional -- **gateway_id** (String) -- **id** (String) The ID of this resource. -- **subnet_id** (String) \ No newline at end of file +- `gateway_id` (String) +- `id` (String) The ID of this resource. +- `subnet_id` (String) \ No newline at end of file diff --git a/schemamd/testdata/awscc_acmpca_certificate.md b/schemamd/testdata/awscc_acmpca_certificate.md index 756fb264..b19f77cd 100644 --- a/schemamd/testdata/awscc_acmpca_certificate.md +++ b/schemamd/testdata/awscc_acmpca_certificate.md @@ -2,30 +2,30 @@ ### Required -- **certificate_authority_arn** (String) -- **certificate_signing_request** (String) The certificate signing request (CSR) for the Certificate. -- **signing_algorithm** (String) The name of the algorithm that will be used to sign the Certificate. -- **validity** (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity)) +- `certificate_authority_arn` (String) +- `certificate_signing_request` (String) The certificate signing request (CSR) for the Certificate. +- `signing_algorithm` (String) The name of the algorithm that will be used to sign the Certificate. +- `validity` (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity)) ### Optional -- **api_passthrough** (Attributes) Structure that specifies fields to be overridden in a certificate at the time of issuance. These requires an API Passthrough template be used or they will be ignored. (see [below for nested schema](#nestedatt--api_passthrough)) -- **template_arn** (String) -- **validity_not_before** (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity_not_before)) +- `api_passthrough` (Attributes) Structure that specifies fields to be overridden in a certificate at the time of issuance. These requires an API Passthrough template be used or they will be ignored. (see [below for nested schema](#nestedatt--api_passthrough)) +- `template_arn` (String) +- `validity_not_before` (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity_not_before)) ### Read-Only -- **arn** (String) -- **certificate** (String) The issued certificate in base 64 PEM-encoded format. -- **id** (String) Uniquely identifies the resource. +- `arn` (String) +- `certificate` (String) The issued certificate in base 64 PEM-encoded format. +- `id` (String) Uniquely identifies the resource. ### Nested Schema for `validity` Required: -- **type** (String) -- **value** (Number) +- `type` (String) +- `value` (Number) @@ -33,41 +33,41 @@ Required: Optional: -- **extensions** (Attributes) Structure that contains X.500 extensions for a Certificate. (see [below for nested schema](#nestedatt--api_passthrough--extensions)) -- **subject** (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--subject)) +- `extensions` (Attributes) Structure that contains X.500 extensions for a Certificate. (see [below for nested schema](#nestedatt--api_passthrough--extensions)) +- `subject` (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--subject)) ### Nested Schema for `api_passthrough.extensions` Optional: -- **certificate_policies** (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies)) -- **extended_key_usage** (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--extended_key_usage)) -- **key_usage** (Attributes) Structure that contains X.509 KeyUsage information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--key_usage)) -- **subject_alternative_names** (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names)) +- `certificate_policies` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies)) +- `extended_key_usage` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--extended_key_usage)) +- `key_usage` (Attributes) Structure that contains X.509 KeyUsage information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--key_usage)) +- `subject_alternative_names` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names)) ### Nested Schema for `api_passthrough.extensions.certificate_policies` Optional: -- **cert_policy_id** (String) String that contains X.509 ObjectIdentifier information. -- **policy_qualifiers** (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers)) +- `cert_policy_id` (String) String that contains X.509 ObjectIdentifier information. +- `policy_qualifiers` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers)) ### Nested Schema for `api_passthrough.extensions.certificate_policies.policy_qualifiers` Optional: -- **policy_qualifier_id** (String) -- **qualifier** (Attributes) Structure that contains a X.509 policy qualifier. (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers--qualifier)) +- `policy_qualifier_id` (String) +- `qualifier` (Attributes) Structure that contains a X.509 policy qualifier. (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers--qualifier)) ### Nested Schema for `api_passthrough.extensions.certificate_policies.policy_qualifiers.qualifier` Optional: -- **cps_uri** (String) +- `cps_uri` (String) @@ -77,8 +77,8 @@ Optional: Optional: -- **extended_key_usage_object_identifier** (String) String that contains X.509 ObjectIdentifier information. -- **extended_key_usage_type** (String) +- `extended_key_usage_object_identifier` (String) String that contains X.509 ObjectIdentifier information. +- `extended_key_usage_type` (String) @@ -86,15 +86,15 @@ Optional: Optional: -- **crl_sign** (Boolean) -- **data_encipherment** (Boolean) -- **decipher_only** (Boolean) -- **digital_signature** (Boolean) -- **encipher_only** (Boolean) -- **key_agreement** (Boolean) -- **key_cert_sign** (Boolean) -- **key_encipherment** (Boolean) -- **non_repudiation** (Boolean) +- `crl_sign` (Boolean) +- `data_encipherment` (Boolean) +- `decipher_only` (Boolean) +- `digital_signature` (Boolean) +- `encipher_only` (Boolean) +- `key_agreement` (Boolean) +- `key_cert_sign` (Boolean) +- `key_encipherment` (Boolean) +- `non_repudiation` (Boolean) @@ -102,34 +102,34 @@ Optional: Optional: -- **directory_name** (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name)) -- **dns_name** (String) String that contains X.509 DnsName information. -- **edi_party_name** (Attributes) Structure that contains X.509 EdiPartyName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--edi_party_name)) -- **ip_address** (String) String that contains X.509 IpAddress information. -- **other_name** (Attributes) Structure that contains X.509 OtherName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--other_name)) -- **registered_id** (String) String that contains X.509 ObjectIdentifier information. -- **rfc_822_name** (String) String that contains X.509 Rfc822Name information. -- **uniform_resource_identifier** (String) String that contains X.509 UniformResourceIdentifier information. +- `directory_name` (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name)) +- `dns_name` (String) String that contains X.509 DnsName information. +- `edi_party_name` (Attributes) Structure that contains X.509 EdiPartyName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--edi_party_name)) +- `ip_address` (String) String that contains X.509 IpAddress information. +- `other_name` (Attributes) Structure that contains X.509 OtherName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--other_name)) +- `registered_id` (String) String that contains X.509 ObjectIdentifier information. +- `rfc_822_name` (String) String that contains X.509 Rfc822Name information. +- `uniform_resource_identifier` (String) String that contains X.509 UniformResourceIdentifier information. ### Nested Schema for `api_passthrough.extensions.subject_alternative_names.uniform_resource_identifier` Optional: -- **common_name** (String) -- **country** (String) -- **distinguished_name_qualifier** (String) -- **generation_qualifier** (String) -- **given_name** (String) -- **initials** (String) -- **locality** (String) -- **organization** (String) -- **organizational_unit** (String) -- **pseudonym** (String) -- **serial_number** (String) -- **state** (String) -- **surname** (String) -- **title** (String) +- `common_name` (String) +- `country` (String) +- `distinguished_name_qualifier` (String) +- `generation_qualifier` (String) +- `given_name` (String) +- `initials` (String) +- `locality` (String) +- `organization` (String) +- `organizational_unit` (String) +- `pseudonym` (String) +- `serial_number` (String) +- `state` (String) +- `surname` (String) +- `title` (String) @@ -137,8 +137,8 @@ Optional: Optional: -- **name_assigner** (String) -- **party_name** (String) +- `name_assigner` (String) +- `party_name` (String) @@ -146,8 +146,8 @@ Optional: Optional: -- **type_id** (String) String that contains X.509 ObjectIdentifier information. -- **value** (String) +- `type_id` (String) String that contains X.509 ObjectIdentifier information. +- `value` (String) @@ -157,20 +157,20 @@ Optional: Optional: -- **common_name** (String) -- **country** (String) -- **distinguished_name_qualifier** (String) -- **generation_qualifier** (String) -- **given_name** (String) -- **initials** (String) -- **locality** (String) -- **organization** (String) -- **organizational_unit** (String) -- **pseudonym** (String) -- **serial_number** (String) -- **state** (String) -- **surname** (String) -- **title** (String) +- `common_name` (String) +- `country` (String) +- `distinguished_name_qualifier` (String) +- `generation_qualifier` (String) +- `given_name` (String) +- `initials` (String) +- `locality` (String) +- `organization` (String) +- `organizational_unit` (String) +- `pseudonym` (String) +- `serial_number` (String) +- `state` (String) +- `surname` (String) +- `title` (String) @@ -179,6 +179,6 @@ Optional: Optional: -- **type** (String) -- **value** (Number) +- `type` (String) +- `value` (Number) diff --git a/schemamd/testdata/awscc_logs_log_group.md b/schemamd/testdata/awscc_logs_log_group.md index 397c0ab1..ebbbb0e5 100644 --- a/schemamd/testdata/awscc_logs_log_group.md +++ b/schemamd/testdata/awscc_logs_log_group.md @@ -2,11 +2,11 @@ ### Optional -- **kms_key_id** (String) The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. -- **log_group_name** (String) The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group. -- **retention_in_days** (Number) The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653. +- `kms_key_id` (String) The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. +- `log_group_name` (String) The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group. +- `retention_in_days` (Number) The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653. ### Read-Only -- **arn** (String) The CloudWatch log group ARN. -- **id** (String) Uniquely identifies the resource. \ No newline at end of file +- `arn` (String) The CloudWatch log group ARN. +- `id` (String) Uniquely identifies the resource. \ No newline at end of file