Definitions for @turbot/aws-route53recoverycontrolconfig
route53RecoveryControlConfig
Schema
{ "allOf": [ { "$ref": "turbot#/definitions/service" }, { "type": "object", "properties": { "name": { "const": "Route 53 Recovery Control Config" }, "turbot": { "type": "object", "properties": { "akas": { "type": "array", "items": { "$ref": "#/definitions/route53RecoveryControlConfigAka" } }, "title": { "const": "Route 53 Recovery Control Config" }, "custom": { "type": "object", "properties": { "aws": { "$ref": "aws#/definitions/awsMetadata" } } } } } }, "additionalProperties": true, "tests": [ { "description": "Valid - All properties", "input": { "name": "Route 53 Recovery Control Config", "turbot": { "akas": [ "arn:aws:route53-recovery-control::123456789012" ], "title": "Route 53 Recovery Control Config", "custom": { "aws": { "accountId": 123456789012, "partition": "aws" } } } } } ] } ], ".turbot": { "uri": "tmod:@turbot/aws-route53recoverycontrolconfig#/definitions/route53RecoveryControlConfig", "modUri": "tmod:@turbot/aws-route53recoverycontrolconfig" }}
route53RecoveryControlConfigAka
Schema
{ "type": "string", "pattern": "^arn:aws(-us-gov|-cn)?:route53-recovery-control::[0-9]{12}$", "tests": [ { "description": "Base", "input": "arn:aws:route53-recovery-control::123456789012" }, { "description": "Invalid service name", "input": "arn:aws:amplifye::123456789012", "expected": false } ], ".turbot": { "uri": "tmod:@turbot/aws-route53recoverycontrolconfig#/definitions/route53RecoveryControlConfigAka", "modUri": "tmod:@turbot/aws-route53recoverycontrolconfig" }}