|
1 | 1 | {
|
2 |
| - "$version": "55.0.0", |
| 2 | + "$version": "56.0.0", |
3 | 3 | "PropertyTypes": {
|
4 | 4 | "AWS::AppRunner::Service.AuthenticationConfiguration": {
|
5 | 5 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-authenticationconfiguration.html",
|
|
94 | 94 | }
|
95 | 95 | }
|
96 | 96 | },
|
| 97 | + "AWS::AppRunner::Service.EgressConfiguration": { |
| 98 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-egressconfiguration.html", |
| 99 | + "Properties": { |
| 100 | + "EgressType": { |
| 101 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-egressconfiguration.html#cfn-apprunner-service-egressconfiguration-egresstype", |
| 102 | + "PrimitiveType": "String", |
| 103 | + "Required": true, |
| 104 | + "UpdateType": "Mutable" |
| 105 | + }, |
| 106 | + "VpcConnectorArn": { |
| 107 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-egressconfiguration.html#cfn-apprunner-service-egressconfiguration-vpcconnectorarn", |
| 108 | + "PrimitiveType": "String", |
| 109 | + "Required": false, |
| 110 | + "UpdateType": "Mutable" |
| 111 | + } |
| 112 | + } |
| 113 | + }, |
97 | 114 | "AWS::AppRunner::Service.EncryptionConfiguration": {
|
98 | 115 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-encryptionconfiguration.html",
|
99 | 116 | "Properties": {
|
|
233 | 250 | }
|
234 | 251 | }
|
235 | 252 | },
|
| 253 | + "AWS::AppRunner::Service.NetworkConfiguration": { |
| 254 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-networkconfiguration.html", |
| 255 | + "Properties": { |
| 256 | + "EgressConfiguration": { |
| 257 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-networkconfiguration.html#cfn-apprunner-service-networkconfiguration-egressconfiguration", |
| 258 | + "Required": true, |
| 259 | + "Type": "EgressConfiguration", |
| 260 | + "UpdateType": "Mutable" |
| 261 | + } |
| 262 | + } |
| 263 | + }, |
236 | 264 | "AWS::AppRunner::Service.SourceCodeVersion": {
|
237 | 265 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-sourcecodeversion.html",
|
238 | 266 | "Properties": {
|
|
322 | 350 | "Type": "InstanceConfiguration",
|
323 | 351 | "UpdateType": "Mutable"
|
324 | 352 | },
|
| 353 | + "NetworkConfiguration": { |
| 354 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-networkconfiguration", |
| 355 | + "Required": false, |
| 356 | + "Type": "NetworkConfiguration", |
| 357 | + "UpdateType": "Mutable" |
| 358 | + }, |
325 | 359 | "ServiceName": {
|
326 | 360 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-service.html#cfn-apprunner-service-servicename",
|
327 | 361 | "PrimitiveType": "String",
|
|
342 | 376 | "UpdateType": "Immutable"
|
343 | 377 | }
|
344 | 378 | }
|
| 379 | + }, |
| 380 | + "AWS::AppRunner::VpcConnector": { |
| 381 | + "Attributes": { |
| 382 | + "VpcConnectorArn": { |
| 383 | + "PrimitiveType": "String" |
| 384 | + }, |
| 385 | + "VpcConnectorRevision": { |
| 386 | + "PrimitiveType": "Integer" |
| 387 | + } |
| 388 | + }, |
| 389 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcconnector.html", |
| 390 | + "Properties": { |
| 391 | + "SecurityGroups": { |
| 392 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcconnector.html#cfn-apprunner-vpcconnector-securitygroups", |
| 393 | + "DuplicatesAllowed": false, |
| 394 | + "PrimitiveItemType": "String", |
| 395 | + "Required": false, |
| 396 | + "Type": "List", |
| 397 | + "UpdateType": "Immutable" |
| 398 | + }, |
| 399 | + "Subnets": { |
| 400 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcconnector.html#cfn-apprunner-vpcconnector-subnets", |
| 401 | + "DuplicatesAllowed": false, |
| 402 | + "PrimitiveItemType": "String", |
| 403 | + "Required": true, |
| 404 | + "Type": "List", |
| 405 | + "UpdateType": "Immutable" |
| 406 | + }, |
| 407 | + "Tags": { |
| 408 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcconnector.html#cfn-apprunner-vpcconnector-tags", |
| 409 | + "ItemType": "Tag", |
| 410 | + "Required": false, |
| 411 | + "Type": "List", |
| 412 | + "UpdateType": "Immutable" |
| 413 | + }, |
| 414 | + "VpcConnectorName": { |
| 415 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcconnector.html#cfn-apprunner-vpcconnector-vpcconnectorname", |
| 416 | + "PrimitiveType": "String", |
| 417 | + "Required": false, |
| 418 | + "UpdateType": "Immutable" |
| 419 | + } |
| 420 | + } |
345 | 421 | }
|
346 | 422 | }
|
347 | 423 | }
|
0 commit comments