Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit b6fcbbd

Browse files
committed
periodic update again
1 parent 65d9cf4 commit b6fcbbd

26 files changed

+1901
-0
lines changed

doc_source/AWS_GlobalAccelerator.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# GlobalAccelerator Resource Type Reference<a name="AWS_GlobalAccelerator"></a>
2+
3+
**Resource Types**
4+
+ [AWS::GlobalAccelerator::Accelerator](aws-resource-globalaccelerator-accelerator.md)
5+
+ [AWS::GlobalAccelerator::EndpointGroup](aws-resource-globalaccelerator-endpointgroup.md)
6+
+ [AWS::GlobalAccelerator::Listener](aws-resource-globalaccelerator-listener.md)

doc_source/AWS_Macie.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Macie Resource Type Reference<a name="AWS_Macie"></a>
2+
3+
**Resource Types**
4+
+ [AWS::Macie::CustomDataIdentifier](aws-resource-macie-customdataidentifier.md)
5+
+ [AWS::Macie::FindingsFilter](aws-resource-macie-findingsfilter.md)
6+
+ [AWS::Macie::Session](aws-resource-macie-session.md)
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# AWS::DMS::Endpoint NeptuneSettings<a name="aws-properties-dms-endpoint-neptunesettings"></a>
2+
3+
Provides information that describes an Amazon Neptune endpoint\. This includes service access credentials and information that AWS DMS needs to access and bulk\-load the Neptune database\.
4+
5+
## Syntax<a name="aws-properties-dms-endpoint-neptunesettings-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-dms-endpoint-neptunesettings-syntax.json"></a>
10+
11+
```
12+
{
13+
"[ErrorRetryDuration](#cfn-dms-endpoint-neptunesettings-errorretryduration)" : Integer,
14+
"[IamAuthEnabled](#cfn-dms-endpoint-neptunesettings-iamauthenabled)" : Boolean,
15+
"[MaxFileSize](#cfn-dms-endpoint-neptunesettings-maxfilesize)" : Integer,
16+
"[MaxRetryCount](#cfn-dms-endpoint-neptunesettings-maxretrycount)" : Integer,
17+
"[S3BucketFolder](#cfn-dms-endpoint-neptunesettings-s3bucketfolder)" : String,
18+
"[S3BucketName](#cfn-dms-endpoint-neptunesettings-s3bucketname)" : String,
19+
"[ServiceAccessRoleArn](#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn)" : String
20+
}
21+
```
22+
23+
### YAML<a name="aws-properties-dms-endpoint-neptunesettings-syntax.yaml"></a>
24+
25+
```
26+
[ErrorRetryDuration](#cfn-dms-endpoint-neptunesettings-errorretryduration): Integer
27+
[IamAuthEnabled](#cfn-dms-endpoint-neptunesettings-iamauthenabled): Boolean
28+
[MaxFileSize](#cfn-dms-endpoint-neptunesettings-maxfilesize): Integer
29+
[MaxRetryCount](#cfn-dms-endpoint-neptunesettings-maxretrycount): Integer
30+
[S3BucketFolder](#cfn-dms-endpoint-neptunesettings-s3bucketfolder): String
31+
[S3BucketName](#cfn-dms-endpoint-neptunesettings-s3bucketname): String
32+
[ServiceAccessRoleArn](#cfn-dms-endpoint-neptunesettings-serviceaccessrolearn): String
33+
```
34+
35+
## Properties<a name="aws-properties-dms-endpoint-neptunesettings-properties"></a>
36+
37+
`ErrorRetryDuration` <a name="cfn-dms-endpoint-neptunesettings-errorretryduration"></a>
38+
The number of milliseconds for AWS DMS to wait to retry a bulk\-load of migrated graph data to the Neptune target database before raising an error\. The default is 250\.
39+
*Required*: No
40+
*Type*: Integer
41+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
42+
43+
`IamAuthEnabled` <a name="cfn-dms-endpoint-neptunesettings-iamauthenabled"></a>
44+
If you want AWS Identity and Access Management \(IAM\) authorization enabled for this endpoint, set this parameter to `true`\. Then attach the appropriate IAM policy document to your service role specified by `ServiceAccessRoleArn`\. The default is `false`\.
45+
*Required*: No
46+
*Type*: Boolean
47+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
48+
49+
`MaxFileSize` <a name="cfn-dms-endpoint-neptunesettings-maxfilesize"></a>
50+
The maximum size in kilobytes of migrated graph data stored in a \.csv file before AWS DMS bulk\-loads the data to the Neptune target database\. The default is 1,048,576 KB\. If the bulk load is successful, AWS DMS clears the bucket, ready to store the next batch of migrated graph data\.
51+
*Required*: No
52+
*Type*: Integer
53+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
54+
55+
`MaxRetryCount` <a name="cfn-dms-endpoint-neptunesettings-maxretrycount"></a>
56+
The number of times for AWS DMS to retry a bulk load of migrated graph data to the Neptune target database before raising an error\. The default is 5\.
57+
*Required*: No
58+
*Type*: Integer
59+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
60+
61+
`S3BucketFolder` <a name="cfn-dms-endpoint-neptunesettings-s3bucketfolder"></a>
62+
A folder path where you want AWS DMS to store migrated graph data in the S3 bucket specified by `S3BucketName`
63+
*Required*: No
64+
*Type*: String
65+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
66+
67+
`S3BucketName` <a name="cfn-dms-endpoint-neptunesettings-s3bucketname"></a>
68+
The name of the Amazon S3 bucket where AWS DMS can temporarily store migrated graph data in \.csv files before bulk\-loading it to the Neptune target database\. AWS DMS maps the SQL source data to graph data before storing it in these \.csv files\.
69+
*Required*: No
70+
*Type*: String
71+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
72+
73+
`ServiceAccessRoleArn` <a name="cfn-dms-endpoint-neptunesettings-serviceaccessrolearn"></a>
74+
The Amazon Resource Name \(ARN\) of the service role that you created for the Neptune target endpoint\. For more information, see [Creating an IAM Service Role for Accessing Amazon Neptune as a Target](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.Neptune.html#CHAP_Target.Neptune.ServiceRole) in the *AWS Database Migration Service User Guide\. *
75+
*Required*: No
76+
*Type*: String
77+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# AWS::ECS::Cluster ClusterSettings<a name="aws-properties-ecs-cluster-clustersettings"></a>
2+
3+
The settings to use when creating a cluster\. This parameter is used to enable CloudWatch Container Insights for a cluster\.
4+
5+
## Syntax<a name="aws-properties-ecs-cluster-clustersettings-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-ecs-cluster-clustersettings-syntax.json"></a>
10+
11+
```
12+
{
13+
"[Name](#cfn-ecs-cluster-clustersettings-name)" : String,
14+
"[Value](#cfn-ecs-cluster-clustersettings-value)" : String
15+
}
16+
```
17+
18+
### YAML<a name="aws-properties-ecs-cluster-clustersettings-syntax.yaml"></a>
19+
20+
```
21+
[Name](#cfn-ecs-cluster-clustersettings-name): String
22+
[Value](#cfn-ecs-cluster-clustersettings-value): String
23+
```
24+
25+
## Properties<a name="aws-properties-ecs-cluster-clustersettings-properties"></a>
26+
27+
`Name` <a name="cfn-ecs-cluster-clustersettings-name"></a>
28+
The name of the cluster setting\. The only supported value is `containerInsights`\.
29+
*Required*: No
30+
*Type*: String
31+
*Allowed Values*: `containerInsights`
32+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
33+
34+
`Value` <a name="cfn-ecs-cluster-clustersettings-value"></a>
35+
The value to set for the cluster setting\. The supported values are `enabled` and `disabled`\. If `enabled` is specified, CloudWatch Container Insights will be enabled for the cluster, otherwise it will be disabled unless the `containerInsights` account setting is enabled\. If a cluster value is specified, it will override the `containerInsights` value set with [PutAccountSetting](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSetting.html) or [PutAccountSettingDefault](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutAccountSettingDefault.html)\.
36+
*Required*: No
37+
*Type*: String
38+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# AWS::GlobalAccelerator::EndpointGroup EndpointConfiguration<a name="aws-properties-globalaccelerator-endpointgroup-endpointconfiguration"></a>
2+
3+
A complex type for endpoints\.
4+
5+
## Syntax<a name="aws-properties-globalaccelerator-endpointgroup-endpointconfiguration-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-globalaccelerator-endpointgroup-endpointconfiguration-syntax.json"></a>
10+
11+
```
12+
{
13+
"[ClientIPPreservationEnabled](#cfn-globalaccelerator-endpointgroup-endpointconfiguration-clientippreservationenabled)" : Boolean,
14+
"[EndpointId](#cfn-globalaccelerator-endpointgroup-endpointconfiguration-endpointid)" : String,
15+
"[Weight](#cfn-globalaccelerator-endpointgroup-endpointconfiguration-weight)" : Integer
16+
}
17+
```
18+
19+
### YAML<a name="aws-properties-globalaccelerator-endpointgroup-endpointconfiguration-syntax.yaml"></a>
20+
21+
```
22+
[ClientIPPreservationEnabled](#cfn-globalaccelerator-endpointgroup-endpointconfiguration-clientippreservationenabled): Boolean
23+
[EndpointId](#cfn-globalaccelerator-endpointgroup-endpointconfiguration-endpointid): String
24+
[Weight](#cfn-globalaccelerator-endpointgroup-endpointconfiguration-weight): Integer
25+
```
26+
27+
## Properties<a name="aws-properties-globalaccelerator-endpointgroup-endpointconfiguration-properties"></a>
28+
29+
`ClientIPPreservationEnabled` <a name="cfn-globalaccelerator-endpointgroup-endpointconfiguration-clientippreservationenabled"></a>
30+
Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint\. The value is true or false\. The default value is true for new accelerators\.
31+
If the value is set to true, the client's IP address is preserved in the `X-Forwarded-For` request header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator\.
32+
For more information, see [ Preserve Client IP Addresses in AWS Global Accelerator](https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html) in the *AWS Global Accelerator Developer Guide*\.
33+
*Required*: No
34+
*Type*: Boolean
35+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
36+
37+
`EndpointId` <a name="cfn-globalaccelerator-endpointgroup-endpointconfiguration-endpointid"></a>
38+
An ID for the endpoint\. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name \(ARN\) of the resource\. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID\. For EC2 instances, this is the EC2 instance ID\.
39+
An Application Load Balancer can be either internal or internet\-facing\.
40+
*Required*: Yes
41+
*Type*: String
42+
*Maximum*: `255`
43+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
44+
45+
`Weight` <a name="cfn-globalaccelerator-endpointgroup-endpointconfiguration-weight"></a>
46+
The weight associated with the endpoint\. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify\. For example, you might specify endpoint weights of 4, 5, 5, and 6 \(sum=20\)\. The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint\. For more information, see [Endpoint Weights](https://docs.aws.amazon.com/global-accelerator/latest/dg/about-endpoints-endpoint-weights.html) in the *AWS Global Accelerator Developer Guide*\.
47+
*Required*: No
48+
*Type*: Integer
49+
*Minimum*: `0`
50+
*Maximum*: `255`
51+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# AWS::GlobalAccelerator::Listener PortRange<a name="aws-properties-globalaccelerator-listener-portrange"></a>
2+
3+
A complex type for a range of ports for a listener\.
4+
5+
## Syntax<a name="aws-properties-globalaccelerator-listener-portrange-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-globalaccelerator-listener-portrange-syntax.json"></a>
10+
11+
```
12+
{
13+
"[FromPort](#cfn-globalaccelerator-listener-portrange-fromport)" : Integer,
14+
"[ToPort](#cfn-globalaccelerator-listener-portrange-toport)" : Integer
15+
}
16+
```
17+
18+
### YAML<a name="aws-properties-globalaccelerator-listener-portrange-syntax.yaml"></a>
19+
20+
```
21+
[FromPort](#cfn-globalaccelerator-listener-portrange-fromport): Integer
22+
[ToPort](#cfn-globalaccelerator-listener-portrange-toport): Integer
23+
```
24+
25+
## Properties<a name="aws-properties-globalaccelerator-listener-portrange-properties"></a>
26+
27+
`FromPort` <a name="cfn-globalaccelerator-listener-portrange-fromport"></a>
28+
The first port in the range of ports, inclusive\.
29+
*Required*: Yes
30+
*Type*: Integer
31+
*Minimum*: `1`
32+
*Maximum*: `65535`
33+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
34+
35+
`ToPort` <a name="cfn-globalaccelerator-listener-portrange-toport"></a>
36+
The last port in the range of ports, inclusive\.
37+
*Required*: Yes
38+
*Type*: Integer
39+
*Minimum*: `1`
40+
*Maximum*: `65535`
41+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# AWS::ImageBuilder::Image ImageTestsConfiguration<a name="aws-properties-imagebuilder-image-imagetestsconfiguration"></a>
2+
3+
The image tests configuration is the configuration of the image tests, which includes the test enablement status and timeout minutes\.
4+
5+
## Syntax<a name="aws-properties-imagebuilder-image-imagetestsconfiguration-syntax"></a>
6+
7+
To declare this entity in your AWS CloudFormation template, use the following syntax:
8+
9+
### JSON<a name="aws-properties-imagebuilder-image-imagetestsconfiguration-syntax.json"></a>
10+
11+
```
12+
{
13+
"[ImageTestsEnabled](#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled)" : Boolean,
14+
"[TimeoutMinutes](#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes)" : Integer
15+
}
16+
```
17+
18+
### YAML<a name="aws-properties-imagebuilder-image-imagetestsconfiguration-syntax.yaml"></a>
19+
20+
```
21+
[ImageTestsEnabled](#cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled): Boolean
22+
[TimeoutMinutes](#cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes): Integer
23+
```
24+
25+
## Properties<a name="aws-properties-imagebuilder-image-imagetestsconfiguration-properties"></a>
26+
27+
`ImageTestsEnabled` <a name="cfn-imagebuilder-image-imagetestsconfiguration-imagetestsenabled"></a>
28+
Defines if tests should be executed when building this image\.
29+
*Required*: No
30+
*Type*: Boolean
31+
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
32+
33+
`TimeoutMinutes` <a name="cfn-imagebuilder-image-imagetestsconfiguration-timeoutminutes"></a>
34+
The maximum time in minutes that tests are permitted to run\.
35+
*Required*: No
36+
*Type*: Integer
37+
*Minimum*: `60`
38+
*Maximum*: `1440`
39+
*Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# AWS::IoTEvents::DetectorModel AssetPropertyTimestamp<a name="aws-properties-iotevents-detectormodel-assetpropertytimestamp"></a>
2+
3+
A structure that contains timestamp information\. For more information, see [TimeInNanos](https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_TimeInNanos.html) in the *AWS IoT SiteWise API Reference*\.
4+
5+
For parameters that are string data type, you can specify the following options:
6+
+ Use a string\. For example, the `timeInSeconds` value can be `'1586400675'`\.
7+
+ Use an expression\. For example, the `timeInSeconds` value can be `'${$input.TemperatureInput.sensorData.timestamp/1000}'`\.
8+
9+
For more information, see [Expressions](https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html) in the *AWS IoT Events Developer Guide*\.
10+
11+
## Syntax<a name="aws-properties-iotevents-detectormodel-assetpropertytimestamp-syntax"></a>
12+
13+
To declare this entity in your AWS CloudFormation template, use the following syntax:
14+
15+
### JSON<a name="aws-properties-iotevents-detectormodel-assetpropertytimestamp-syntax.json"></a>
16+
17+
```
18+
{
19+
"[OffsetInNanos](#cfn-iotevents-detectormodel-assetpropertytimestamp-offsetinnanos)" : String,
20+
"[TimeInSeconds](#cfn-iotevents-detectormodel-assetpropertytimestamp-timeinseconds)" : String
21+
}
22+
```
23+
24+
### YAML<a name="aws-properties-iotevents-detectormodel-assetpropertytimestamp-syntax.yaml"></a>
25+
26+
```
27+
[OffsetInNanos](#cfn-iotevents-detectormodel-assetpropertytimestamp-offsetinnanos): String
28+
[TimeInSeconds](#cfn-iotevents-detectormodel-assetpropertytimestamp-timeinseconds): String
29+
```
30+
31+
## Properties<a name="aws-properties-iotevents-detectormodel-assetpropertytimestamp-properties"></a>
32+
33+
`OffsetInNanos` <a name="cfn-iotevents-detectormodel-assetpropertytimestamp-offsetinnanos"></a>
34+
The nanosecond offset converted from `timeInSeconds`\. The valid range is between 0\-999999999\. You can also specify an expression\.
35+
*Required*: No
36+
*Type*: String
37+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
38+
39+
`TimeInSeconds` <a name="cfn-iotevents-detectormodel-assetpropertytimestamp-timeinseconds"></a>
40+
The timestamp, in seconds, in the Unix epoch format\. The valid range is between 1\-31556889864403199\. You can also specify an expression\.
41+
*Required*: No
42+
*Type*: String
43+
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

0 commit comments

Comments
 (0)