|
9215 | 9215 | "Required": true, |
9216 | 9216 | "UpdateType": "Immutable" |
9217 | 9217 | }, |
| 9218 | + "ObjectVersion": { |
| 9219 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-object-verison", |
| 9220 | + "PrimitiveType": "String", |
| 9221 | + "Required": false, |
| 9222 | + "UpdateType": "Immutable" |
| 9223 | + }, |
9218 | 9224 | "RoleArn": { |
9219 | 9225 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-build-storagelocation.html#cfn-gamelift-build-storage-rolearn", |
9220 | 9226 | "PrimitiveType": "String", |
|
9223 | 9229 | } |
9224 | 9230 | } |
9225 | 9231 | }, |
| 9232 | + "AWS::GameLift::Fleet.CertificateConfiguration": { |
| 9233 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html", |
| 9234 | + "Properties": { |
| 9235 | + "CertificateType": { |
| 9236 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-certificateconfiguration.html#cfn-gamelift-fleet-certificateconfiguration-certificatetype", |
| 9237 | + "PrimitiveType": "String", |
| 9238 | + "Required": true, |
| 9239 | + "UpdateType": "Immutable" |
| 9240 | + } |
| 9241 | + } |
| 9242 | + }, |
9226 | 9243 | "AWS::GameLift::Fleet.IpPermission": { |
9227 | 9244 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-ec2inboundpermission.html", |
9228 | 9245 | "Properties": { |
|
9252 | 9269 | } |
9253 | 9270 | } |
9254 | 9271 | }, |
| 9272 | + "AWS::GameLift::Fleet.ResourceCreationLimitPolicy": { |
| 9273 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html", |
| 9274 | + "Properties": { |
| 9275 | + "NewGameSessionsPerCreator": { |
| 9276 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-newgamesessionspercreator", |
| 9277 | + "PrimitiveType": "Integer", |
| 9278 | + "Required": false, |
| 9279 | + "UpdateType": "Mutable" |
| 9280 | + }, |
| 9281 | + "PolicyPeriodInMinutes": { |
| 9282 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-resourcecreationlimitpolicy.html#cfn-gamelift-fleet-resourcecreationlimitpolicy-policyperiodinminutes", |
| 9283 | + "PrimitiveType": "Integer", |
| 9284 | + "Required": false, |
| 9285 | + "UpdateType": "Mutable" |
| 9286 | + } |
| 9287 | + } |
| 9288 | + }, |
| 9289 | + "AWS::GameLift::Fleet.RuntimeConfiguration": { |
| 9290 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html", |
| 9291 | + "Properties": { |
| 9292 | + "GameSessionActivationTimeoutSeconds": { |
| 9293 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-gamesessionactivationtimeoutseconds", |
| 9294 | + "PrimitiveType": "Integer", |
| 9295 | + "Required": false, |
| 9296 | + "UpdateType": "Mutable" |
| 9297 | + }, |
| 9298 | + "MaxConcurrentGameSessionActivations": { |
| 9299 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-maxconcurrentgamesessionactivations", |
| 9300 | + "PrimitiveType": "Integer", |
| 9301 | + "Required": false, |
| 9302 | + "UpdateType": "Mutable" |
| 9303 | + }, |
| 9304 | + "ServerProcesses": { |
| 9305 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-runtimeconfiguration.html#cfn-gamelift-fleet-runtimeconfiguration-serverprocesses", |
| 9306 | + "DuplicatesAllowed": false, |
| 9307 | + "ItemType": "ServerProcess", |
| 9308 | + "Required": false, |
| 9309 | + "Type": "List", |
| 9310 | + "UpdateType": "Mutable" |
| 9311 | + } |
| 9312 | + } |
| 9313 | + }, |
| 9314 | + "AWS::GameLift::Fleet.ServerProcess": { |
| 9315 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-serverprocess.html", |
| 9316 | + "Properties": { |
| 9317 | + "ConcurrentExecutions": { |
| 9318 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-serverprocess.html#cfn-gamelift-fleet-serverprocess-concurrentexecutions", |
| 9319 | + "PrimitiveType": "Integer", |
| 9320 | + "Required": true, |
| 9321 | + "UpdateType": "Mutable" |
| 9322 | + }, |
| 9323 | + "LaunchPath": { |
| 9324 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-serverprocess.html#cfn-gamelift-fleet-serverprocess-launchpath", |
| 9325 | + "PrimitiveType": "String", |
| 9326 | + "Required": true, |
| 9327 | + "UpdateType": "Mutable" |
| 9328 | + }, |
| 9329 | + "Parameters": { |
| 9330 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-fleet-serverprocess.html#cfn-gamelift-fleet-serverprocess-parameters", |
| 9331 | + "PrimitiveType": "String", |
| 9332 | + "Required": false, |
| 9333 | + "UpdateType": "Mutable" |
| 9334 | + } |
| 9335 | + } |
| 9336 | + }, |
9255 | 9337 | "AWS::IAM::Group.Policy": { |
9256 | 9338 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html", |
9257 | 9339 | "Properties": { |
|
13457 | 13539 | } |
13458 | 13540 | } |
13459 | 13541 | }, |
13460 | | - "ResourceSpecificationVersion": "8.0.0", |
| 13542 | + "ResourceSpecificationVersion": "8.1.0", |
13461 | 13543 | "ResourceTypes": { |
13462 | 13544 | "AWS::ApiGateway::Account": { |
13463 | 13545 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-account.html", |
|
20517 | 20599 | "Required": false, |
20518 | 20600 | "UpdateType": "Mutable" |
20519 | 20601 | }, |
| 20602 | + "OperatingSystem": { |
| 20603 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-operatingsystem", |
| 20604 | + "PrimitiveType": "String", |
| 20605 | + "Required": false, |
| 20606 | + "UpdateType": "Immutable" |
| 20607 | + }, |
20520 | 20608 | "StorageLocation": { |
20521 | 20609 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-build.html#cfn-gamelift-build-storagelocation", |
20522 | 20610 | "Required": false, |
|
20537 | 20625 | "BuildId": { |
20538 | 20626 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-buildid", |
20539 | 20627 | "PrimitiveType": "String", |
20540 | | - "Required": true, |
| 20628 | + "Required": false, |
| 20629 | + "UpdateType": "Immutable" |
| 20630 | + }, |
| 20631 | + "CertificateConfiguration": { |
| 20632 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-certificateconfiguration", |
| 20633 | + "Required": false, |
| 20634 | + "Type": "CertificateConfiguration", |
20541 | 20635 | "UpdateType": "Immutable" |
20542 | 20636 | }, |
20543 | 20637 | "Description": { |
|
20549 | 20643 | "DesiredEC2Instances": { |
20550 | 20644 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-desiredec2instances", |
20551 | 20645 | "PrimitiveType": "Integer", |
20552 | | - "Required": true, |
| 20646 | + "Required": false, |
20553 | 20647 | "UpdateType": "Mutable" |
20554 | 20648 | }, |
20555 | 20649 | "EC2InboundPermissions": { |
|
20566 | 20660 | "Required": true, |
20567 | 20661 | "UpdateType": "Immutable" |
20568 | 20662 | }, |
| 20663 | + "FleetType": { |
| 20664 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-fleettype", |
| 20665 | + "PrimitiveType": "String", |
| 20666 | + "Required": false, |
| 20667 | + "UpdateType": "Immutable" |
| 20668 | + }, |
| 20669 | + "InstanceRoleARN": { |
| 20670 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-instancerolearn", |
| 20671 | + "PrimitiveType": "String", |
| 20672 | + "Required": false, |
| 20673 | + "UpdateType": "Immutable" |
| 20674 | + }, |
20569 | 20675 | "LogPaths": { |
20570 | 20676 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-logpaths", |
20571 | 20677 | "DuplicatesAllowed": false, |
|
20580 | 20686 | "Required": false, |
20581 | 20687 | "UpdateType": "Mutable" |
20582 | 20688 | }, |
| 20689 | + "MetricGroups": { |
| 20690 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-metricgroups", |
| 20691 | + "DuplicatesAllowed": false, |
| 20692 | + "PrimitiveItemType": "String", |
| 20693 | + "Required": false, |
| 20694 | + "Type": "List", |
| 20695 | + "UpdateType": "Mutable" |
| 20696 | + }, |
20583 | 20697 | "MinSize": { |
20584 | 20698 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-minsize", |
20585 | 20699 | "PrimitiveType": "Integer", |
|
20592 | 20706 | "Required": true, |
20593 | 20707 | "UpdateType": "Mutable" |
20594 | 20708 | }, |
| 20709 | + "NewGameSessionProtectionPolicy": { |
| 20710 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-newgamesessionprotectionpolicy", |
| 20711 | + "PrimitiveType": "String", |
| 20712 | + "Required": false, |
| 20713 | + "UpdateType": "Mutable" |
| 20714 | + }, |
| 20715 | + "PeerVpcAwsAccountId": { |
| 20716 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcawsaccountid", |
| 20717 | + "PrimitiveType": "String", |
| 20718 | + "Required": false, |
| 20719 | + "UpdateType": "Immutable" |
| 20720 | + }, |
| 20721 | + "PeerVpcId": { |
| 20722 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-peervpcid", |
| 20723 | + "PrimitiveType": "String", |
| 20724 | + "Required": false, |
| 20725 | + "UpdateType": "Immutable" |
| 20726 | + }, |
| 20727 | + "ResourceCreationLimitPolicy": { |
| 20728 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-resourcecreationlimitpolicy", |
| 20729 | + "Required": false, |
| 20730 | + "Type": "ResourceCreationLimitPolicy", |
| 20731 | + "UpdateType": "Mutable" |
| 20732 | + }, |
| 20733 | + "RuntimeConfiguration": { |
| 20734 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-runtimeconfiguration", |
| 20735 | + "Required": false, |
| 20736 | + "Type": "RuntimeConfiguration", |
| 20737 | + "UpdateType": "Mutable" |
| 20738 | + }, |
| 20739 | + "ScriptId": { |
| 20740 | + "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-scriptid", |
| 20741 | + "PrimitiveType": "String", |
| 20742 | + "Required": false, |
| 20743 | + "UpdateType": "Immutable" |
| 20744 | + }, |
20595 | 20745 | "ServerLaunchParameters": { |
20596 | 20746 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchparameters", |
20597 | 20747 | "PrimitiveType": "String", |
|
20601 | 20751 | "ServerLaunchPath": { |
20602 | 20752 | "Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-serverlaunchpath", |
20603 | 20753 | "PrimitiveType": "String", |
20604 | | - "Required": true, |
| 20754 | + "Required": false, |
20605 | 20755 | "UpdateType": "Immutable" |
20606 | 20756 | } |
20607 | 20757 | } |
|
0 commit comments