Skip to content

Commit

Permalink
Merge pull request #129 from stackql/feature/doc-updates
Browse files Browse the repository at this point in the history
`awscc` updates
  • Loading branch information
jeffreyaven authored Mar 7, 2024
2 parents 0d2c597 + 48bde81 commit ed9f50a
Show file tree
Hide file tree
Showing 1,695 changed files with 22,614 additions and 22,614 deletions.
30 changes: 15 additions & 15 deletions docs/awscc-docs/providers/awscc/accessanalyzer/analyzer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@ Gets an individual <code>analyzer</code> resource
## Methods
Currently only <code>SELECT</code> is supported for this resource resource.

## Example
```sql
SELECT
region,
analyzer_name,
archive_rules,
arn,
tags,
type,
analyzer_configuration
FROM awscc.accessanalyzer.analyzer
WHERE region = 'us-east-1'
AND data__Identifier = '{Arn}';
```

## Permissions

To operate on the <code>analyzer</code> resource, the following permissions are required:
Expand All @@ -66,18 +81,3 @@ access-analyzer:UpdateArchiveRule
access-analyzer:DeleteAnalyzer
```


## Example
```sql
SELECT
region,
analyzer_name,
archive_rules,
arn,
tags,
type,
analyzer_configuration
FROM awscc.accessanalyzer.analyzer
WHERE region = 'us-east-1'
AND data__Identifier = '&lt;Arn&gt;'
```
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ Retrieves a list of <code>analyzers</code> in a region
## Methods
Currently only <code>SELECT</code> is supported for this resource resource.

## Example
```sql
SELECT
region,
arn
FROM awscc.accessanalyzer.analyzers
WHERE region = 'us-east-1'
```

## Permissions

To operate on the <code>analyzers</code> resource, the following permissions are required:
Expand All @@ -53,12 +62,3 @@ organizations:ListDelegatedAdministrators
access-analyzer:ListAnalyzers
```


## Example
```sql
SELECT
region,
arn
FROM awscc.accessanalyzer.analyzers
WHERE region = 'us-east-1'
```
34 changes: 17 additions & 17 deletions docs/awscc-docs/providers/awscc/acmpca/certificate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@ Gets an individual <code>certificate</code> resource
## Methods
Currently only <code>SELECT</code> is supported for this resource resource.

## Permissions

To operate on the <code>certificate</code> resource, the following permissions are required:

### Read
```json
acm-pca:GetCertificate
```

### Delete
```json
acm-pca:GetCertificate
```


## Example
```sql
SELECT
Expand All @@ -73,6 +58,21 @@ certificate,
arn
FROM awscc.acmpca.certificate
WHERE region = 'us-east-1'
AND data__Identifier = '&lt;Arn&gt;'
AND data__Identifier = '&lt;CertificateAuthorityArn&gt;'
AND data__Identifier = '{Arn}';
AND data__Identifier = '{CertificateAuthorityArn}';
```

## Permissions

To operate on the <code>certificate</code> resource, the following permissions are required:

### Read
```json
acm-pca:GetCertificate
```

### Delete
```json
acm-pca:GetCertificate
```

Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ Retrieves a list of <code>certificate_authorities</code> in a region
## Methods
Currently only <code>SELECT</code> is supported for this resource resource.

## Example
```sql
SELECT
region,
arn
FROM awscc.acmpca.certificate_authorities
WHERE region = 'us-east-1'
```

## Permissions

To operate on the <code>certificate_authorities</code> resource, the following permissions are required:
Expand All @@ -54,12 +63,3 @@ acm-pca:ListCertificateAuthorities,
acm-pca:ListTags
```


## Example
```sql
SELECT
region,
arn
FROM awscc.acmpca.certificate_authorities
WHERE region = 'us-east-1'
```
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,26 @@ Gets an individual <code>certificate_authority</code> resource
## Methods
Currently only <code>SELECT</code> is supported for this resource resource.

## Example
```sql
SELECT
region,
arn,
type,
key_algorithm,
signing_algorithm,
subject,
revocation_configuration,
tags,
certificate_signing_request,
csr_extensions,
key_storage_security_standard,
usage_mode
FROM awscc.acmpca.certificate_authority
WHERE region = 'us-east-1'
AND data__Identifier = '{Arn}';
```

## Permissions

To operate on the <code>certificate_authority</code> resource, the following permissions are required:
Expand All @@ -70,23 +90,3 @@ acm-pca:DeleteCertificateAuthority,
acm-pca:DescribeCertificateAuthority
```


## Example
```sql
SELECT
region,
arn,
type,
key_algorithm,
signing_algorithm,
subject,
revocation_configuration,
tags,
certificate_signing_request,
csr_extensions,
key_storage_security_standard,
usage_mode
FROM awscc.acmpca.certificate_authority
WHERE region = 'us-east-1'
AND data__Identifier = '&lt;Arn&gt;'
```
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ Gets an individual <code>certificate_authority_activation</code> resource
## Methods
Currently only <code>SELECT</code> is supported for this resource resource.

## Example
```sql
SELECT
region,
certificate_authority_arn,
certificate,
certificate_chain,
status,
complete_certificate_chain
FROM awscc.acmpca.certificate_authority_activation
WHERE region = 'us-east-1'
AND data__Identifier = '{CertificateAuthorityArn}';
```

## Permissions

To operate on the <code>certificate_authority_activation</code> resource, the following permissions are required:
Expand All @@ -60,17 +74,3 @@ acm-pca:ImportCertificateAuthorityCertificate,
acm-pca:UpdateCertificateAuthority
```


## Example
```sql
SELECT
region,
certificate_authority_arn,
certificate,
certificate_chain,
status,
complete_certificate_chain
FROM awscc.acmpca.certificate_authority_activation
WHERE region = 'us-east-1'
AND data__Identifier = '&lt;CertificateAuthorityArn&gt;'
```
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ Retrieves a list of <code>certificate_authority_activations</code> in a region
## Methods
Currently only <code>SELECT</code> is supported for this resource resource.

## Example
```sql
SELECT
region,
certificate_authority_arn
FROM awscc.acmpca.certificate_authority_activations
WHERE region = 'us-east-1'
```

## Permissions

To operate on the <code>certificate_authority_activations</code> resource, the following permissions are required:
Expand All @@ -45,12 +54,3 @@ acm-pca:ImportCertificateAuthorityCertificate,
acm-pca:UpdateCertificateAuthority
```


## Example
```sql
SELECT
region,
certificate_authority_arn
FROM awscc.acmpca.certificate_authority_activations
WHERE region = 'us-east-1'
```
20 changes: 10 additions & 10 deletions docs/awscc-docs/providers/awscc/acmpca/certificates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ Retrieves a list of <code>certificates</code> in a region
## Methods
Currently only <code>SELECT</code> is supported for this resource resource.

## Example
```sql
SELECT
region,
arn,
certificate_authority_arn
FROM awscc.acmpca.certificates
WHERE region = 'us-east-1'
```

## Permissions

To operate on the <code>certificates</code> resource, the following permissions are required:
Expand All @@ -46,13 +56,3 @@ acm-pca:IssueCertificate,
acm-pca:GetCertificate
```


## Example
```sql
SELECT
region,
arn,
certificate_authority_arn
FROM awscc.acmpca.certificates
WHERE region = 'us-east-1'
```
28 changes: 14 additions & 14 deletions docs/awscc-docs/providers/awscc/acmpca/permission/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,20 @@ Gets an individual <code>permission</code> resource
## Methods
Currently only <code>SELECT</code> is supported for this resource resource.

## Example
```sql
SELECT
region,
actions,
certificate_authority_arn,
principal,
source_account
FROM awscc.acmpca.permission
WHERE region = 'us-east-1'
AND data__Identifier = '{CertificateAuthorityArn}';
AND data__Identifier = '{Principal}';
```

## Permissions

To operate on the <code>permission</code> resource, the following permissions are required:
Expand All @@ -52,17 +66,3 @@ acm-pca:ListPermissions
acm-pca:DeletePermission
```


## Example
```sql
SELECT
region,
actions,
certificate_authority_arn,
principal,
source_account
FROM awscc.acmpca.permission
WHERE region = 'us-east-1'
AND data__Identifier = '&lt;CertificateAuthorityArn&gt;'
AND data__Identifier = '&lt;Principal&gt;'
```
20 changes: 10 additions & 10 deletions docs/awscc-docs/providers/awscc/acmpca/permissions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ Retrieves a list of <code>permissions</code> in a region
## Methods
Currently only <code>SELECT</code> is supported for this resource resource.

## Example
```sql
SELECT
region,
certificate_authority_arn,
principal
FROM awscc.acmpca.permissions
WHERE region = 'us-east-1'
```

## Permissions

To operate on the <code>permissions</code> resource, the following permissions are required:
Expand All @@ -46,13 +56,3 @@ acm-pca:CreatePermission,
acm-pca:ListPermissions
```


## Example
```sql
SELECT
region,
certificate_authority_arn,
principal
FROM awscc.acmpca.permissions
WHERE region = 'us-east-1'
```
Loading

0 comments on commit ed9f50a

Please sign in to comment.