Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 6 additions & 72 deletions content/en/api/v2/aws-integration/examples.json

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions content/en/api/v2/aws-integration/request.CreateAWSAccount.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@
},
"aws_account_id": "123456789012",
"aws_partition": "aws",
"ccm_config": {
"data_export_configs": [
{
"bucket_name": "my-bucket",
"bucket_region": "us-east-1",
"report_name": "my-report",
"report_prefix": "reports",
"report_type": "CUR2.0"
}
]
},
"logs_config": {
"lambda_forwarder": {
"lambdas": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
},
"aws_account_id": "123456789012",
"aws_partition": "aws",
"ccm_config": {
"data_export_configs": [
{
"bucket_name": "my-bucket",
"bucket_region": "us-east-1",
"report_name": "my-report",
"report_prefix": "reports",
"report_type": "CUR2.0"
}
]
},
"logs_config": {
"lambda_forwarder": {
"lambdas": [
Expand Down
11 changes: 0 additions & 11 deletions content/en/api/v2/aws-integration/request.UpdateAWSAccount.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,6 @@
},
"aws_account_id": "123456789012",
"aws_partition": "aws",
"ccm_config": {
"data_export_configs": [
{
"bucket_name": "updated-bucket",
"bucket_region": "us-west-2",
"report_name": "updated-report",
"report_prefix": "cost-reports",
"report_type": "CUR2.0"
}
]
},
"logs_config": {
"lambda_forwarder": {
"lambdas": [
Expand Down
39 changes: 0 additions & 39 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1471,8 +1471,6 @@ components:
$ref: '#/components/schemas/AWSAccountPartition'
aws_regions:
$ref: '#/components/schemas/AWSRegions'
ccm_config:
$ref: '#/components/schemas/AWSCCMConfig'
logs_config:
$ref: '#/components/schemas/AWSLogsConfig'
metrics_config:
Expand Down Expand Up @@ -1538,8 +1536,6 @@ components:
$ref: '#/components/schemas/AWSAccountPartition'
aws_regions:
$ref: '#/components/schemas/AWSRegions'
ccm_config:
$ref: '#/components/schemas/AWSCCMConfig'
created_at:
description: Timestamp of when the account integration was created.
format: date-time
Expand Down Expand Up @@ -1613,8 +1609,6 @@ components:
$ref: '#/components/schemas/AWSAccountPartition'
aws_regions:
$ref: '#/components/schemas/AWSRegions'
ccm_config:
$ref: '#/components/schemas/AWSCCMConfig'
logs_config:
$ref: '#/components/schemas/AWSLogsConfig'
metrics_config:
Expand Down Expand Up @@ -1746,15 +1740,6 @@ components:
required:
- role_name
type: object
AWSCCMConfig:
description: AWS Cloud Cost Management config.
properties:
data_export_configs:
description: List of data export configurations for Cost and Usage Reports.
items:
$ref: '#/components/schemas/DataExportConfig'
type: array
type: object
AWSCredentials:
description: The definition of `AWSCredentials` object.
oneOf:
Expand Down Expand Up @@ -16577,30 +16562,6 @@ components:
- INTEGRATION_SCREENBOARD
- INTEGRATION_TIMEBOARD
- HOST_TIMEBOARD
DataExportConfig:
description: AWS Cost and Usage Report data export configuration.
properties:
bucket_name:
description: Name of the S3 bucket where the Cost and Usage Report is stored.
example: billing
type: string
bucket_region:
description: AWS region of the S3 bucket.
example: us-east-1
type: string
report_name:
description: Name of the Cost and Usage Report.
example: cost-and-usage-report
type: string
report_prefix:
description: S3 prefix where the Cost and Usage Report is stored.
example: reports
type: string
report_type:
description: Type of the Cost and Usage Report.
example: CUR2.0
type: string
type: object
DataRelationshipsTeams:
description: Associates teams with this schedule in a data structure.
properties:
Expand Down
Loading