@alma-cdk/cross-region-parameter
Version:
Store AWS SSM Parameter Store Parameters into another AWS Region with AWS CDK
63 lines (62 loc) • 1.91 kB
JSON
{
"pagination": {
"ListAccountAssociations": {
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": "LinkedAccounts"
},
"ListBillingGroupCostReports": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "BillingGroupCostReports"
},
"ListBillingGroups": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "BillingGroups"
},
"ListCustomLineItems": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"output_token": "NextToken",
"result_key": "CustomLineItems"
},
"ListPricingPlans": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": ["BillingPeriod"],
"output_token": "NextToken",
"result_key": "PricingPlans"
},
"ListPricingPlansAssociatedWithPricingRule": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": ["BillingPeriod", "PricingRuleArn"],
"output_token": "NextToken",
"result_key": "PricingPlanArns"
},
"ListPricingRules": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": ["BillingPeriod"],
"output_token": "NextToken",
"result_key": "PricingRules"
},
"ListPricingRulesAssociatedToPricingPlan": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": ["BillingPeriod", "PricingPlanArn"],
"output_token": "NextToken",
"result_key": "PricingRuleArns"
},
"ListResourcesAssociatedToCustomLineItem": {
"input_token": "NextToken",
"limit_key": "MaxResults",
"non_aggregate_keys": ["Arn"],
"output_token": "NextToken",
"result_key": "AssociatedResources"
}
}
}