You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/cfnspec/spec-source/cfn-docs/cfn-docs.json
+22-22
Original file line number
Diff line number
Diff line change
@@ -22432,19 +22432,19 @@
22432
22432
"properties": {
22433
22433
"Name": "A descriptive label that is associated with a build. Build names do not need to be unique.",
22434
22434
"OperatingSystem": "The operating system that your game server binaries run on. This value determines the type of fleet resources that you use for this build. If your game build contains multiple executables, they all must run on the same operating system. You must specify a valid operating system in this request. There is no default value. You can't change a build's operating system later.\n\n> If you have active fleets using the Windows Server 2012 operating system, you can continue to create new builds using this OS until October 10, 2023, when Microsoft ends its support. All others must use Windows Server 2016 when creating new Windows-based builds.",
22435
-
"ServerSdkVersion": "A server SDK version you used when integrating your game server build with Amazon GameLift. For more information see [Integrate games with custom game servers](https://docs.aws.amazon.com/gamelift/latest/developerguide/integration-custom-intro.html) . By default Amazon GameLift sets this value to `4.0.2` .",
22435
+
"ServerSdkVersion": "The Amazon GameLift Server SDK version used to develop your game server.",
22436
22436
"StorageLocation": "Information indicating where your game build files are stored. Use this parameter only when creating a build with files stored in an Amazon S3 bucket that you own. The storage location must specify an Amazon S3 bucket name and key. The location must also specify a role ARN that you set up to allow Amazon GameLift to access your Amazon S3 bucket. The S3 bucket and your new build must be in the same Region.\n\nIf a `StorageLocation` is specified, the size of your file can be found in your Amazon S3 bucket. Amazon GameLift will report a `SizeOnDisk` of 0.",
22437
22437
"Version": "Version information that is associated with this build. Version strings do not need to be unique."
22438
22438
}
22439
22439
},
22440
22440
"AWS::GameLift::Build.StorageLocation": {
22441
22441
"attributes": {},
22442
-
"description": "The location in Amazon S3 where build or script files are stored for access by Amazon GameLift.",
22442
+
"description": "",
22443
22443
"properties": {
22444
-
"Bucket": "An Amazon S3 bucket identifier. Thename of the S3 bucket.\n\n> Amazon GameLift doesn't support uploading from Amazon S3 buckets with names that contain a dot (.).",
22445
-
"Key": "The name of the zip file that contains the build files or script files.",
22446
-
"ObjectVersion": "The version of the file, if object versioning is turned on for the bucket. Amazon GameLift uses this information when retrieving files from your S3 bucket. To retrieve a specific version of the file, provide an object version. To retrieve the latest version of the file, do not set this parameter.",
22447
-
"RoleArn": "The Amazon Resource Name ( [ARN](https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html) ) for an IAM role that allows Amazon GameLift to access the S3 bucket."
"StaticValues": "A list of static default values for a given date time parameter. The valid format for this property is `yyyy-MM-dd\u2019T\u2019HH:mm:ss\u2019Z\u2019` ."
"description": "The incremental refresh configuration for a dataset.",
50444
50444
"properties": {
50445
-
"LookbackWindow": ""
50445
+
"LookbackWindow": "The lookback window setup for an incremental refresh configuration."
50446
50446
}
50447
50447
},
50448
50448
"AWS::QuickSight::DataSet.IngestionWaitPolicy": {
@@ -50517,18 +50517,18 @@
50517
50517
},
50518
50518
"AWS::QuickSight::DataSet.LookbackWindow": {
50519
50519
"attributes": {},
50520
-
"description": "",
50520
+
"description": "The lookback window setup of an incremental refresh configuration.",
50521
50521
"properties": {
50522
-
"ColumnName": "",
50523
-
"Size": "",
50524
-
"SizeUnit": ""
50522
+
"ColumnName": "The name of the lookback window column.",
50523
+
"Size": "The lookback window column size.",
50524
+
"SizeUnit": "The size unit that is used for the lookback window column. Valid values for this structure are `HOUR` , `DAY` , and `WEEK` ."
50525
50525
}
50526
50526
},
50527
50527
"AWS::QuickSight::DataSet.NewDefaultValues": {
50528
50528
"attributes": {},
50529
50529
"description": "",
50530
50530
"properties": {
50531
-
"DateTimeStaticValues": "",
50531
+
"DateTimeStaticValues": "A list of static default values for a given date time parameter. The valid format for this property is `yyyy-MM-dd\u2019T\u2019HH:mm:ss\u2019Z\u2019` .",
"description": "The refresh configuration of a dataset.",
50574
50574
"properties": {
50575
-
"IncrementalRefresh": ""
50575
+
"IncrementalRefresh": "The incremental refresh for the dataset."
50576
50576
}
50577
50577
},
50578
50578
"AWS::QuickSight::DataSet.RelationalTable": {
@@ -56920,7 +56920,7 @@
56920
56920
"AwsAccountId": "The AWS account that owns the physical resource.",
56921
56921
"AwsRegion": "The AWS Region that the physical resource is located in.",
56922
56922
"Identifier": "The identifier of the physical resource.",
56923
-
"Type": "Specifies the type of physical resource identifier.\n\n- **Arn** - The resource identifier is an Amazon Resource Name (ARN) .\n- **Native** - The resource identifier is an AWS Resilience Hub -native identifier."
56923
+
"Type": "Specifies the type of physical resource identifier.\n\n- **Arn** - The resource identifier is an Amazon Resource Name (ARN) and it can identify the following list of resources:\n\n- `AWS::ECS::Service`\n- `AWS::EFS::FileSystem`\n- `AWS::ElasticLoadBalancingV2::LoadBalancer`\n- `AWS::Lambda::Function`\n- `AWS::SNS::Topic`\n- **Native** - The resource identifier is an AWS Resilience Hub -native identifier and it can identify the following list of resources:\n\n- `AWS::ApiGateway::RestApi`\n- `AWS::ApiGatewayV2::Api`\n- `AWS::AutoScaling::AutoScalingGroup`\n- `AWS::DocDB::DBCluster`\n- `AWS::DocDB::DBGlobalCluster`\n- `AWS::DocDB::DBInstance`\n- `AWS::DynamoDB::GlobalTable`\n- `AWS::DynamoDB::Table`\n- `AWS::EC2::EC2Fleet`\n- `AWS::EC2::Instance`\n- `AWS::EC2::NatGateway`\n- `AWS::EC2::Volume`\n- `AWS::ElasticLoadBalancing::LoadBalancer`\n- `AWS::RDS::DBCluster`\n- `AWS::RDS::DBInstance`\n- `AWS::RDS::GlobalCluster`\n- `AWS::Route53::RecordSet`\n- `AWS::S3::Bucket`\n- `AWS::SQS::Queue`"
0 commit comments