File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2685,6 +2685,10 @@ export interface Peering {
2685
2685
* The AWS VPC ID of the peer.
2686
2686
*/
2687
2687
aws_vpc_id ?: string
2688
+ /**
2689
+ * The AWS region of the peer connection.
2690
+ */
2691
+ aws_region ?: string
2688
2692
/**
2689
2693
* The AWS account ID of your Private Space.
2690
2694
*/
Original file line number Diff line number Diff line change 9995
9995
" string"
9996
9996
]
9997
9997
},
9998
+ "aws_region" : {
9999
+ "description" : " The AWS region of the peer connection." ,
10000
+ "example" : " us-east-1" ,
10001
+ "readOnly" : true ,
10002
+ "type" : [
10003
+ " string"
10004
+ ]
10005
+ },
9998
10006
"vpc_id" : {
9999
10007
"description" : " The AWS VPC ID of the peer." ,
10000
10008
"example" : " vpc-1234567890" ,
10080
10088
"aws_vpc_id" : {
10081
10089
"$ref" : " #/definitions/peering/definitions/vpc_id"
10082
10090
},
10091
+ "aws_region" : {
10092
+ "$ref" : " #/definitions/peering/definitions/aws_region"
10093
+ },
10083
10094
"aws_account_id" : {
10084
10095
"$ref" : " #/definitions/peering/definitions/aws_account_id"
10085
10096
},
You can’t perform that action at this time.
0 commit comments