text
stringlengths
16
11.1k
1. **S3 ![\[Image NOT FOUND\]](http://docs.aws.amazon.com/IAM/latest/UserGuide/images/console-alert-icon.console.png)** – This service includes an unrecognized resource\. IAM recognizes service names, actions, and resource types for services that support policy summaries\. When a service is recognized but contains a re...
AWS Identity and Access Management \(IAM\) is an AWS service that helps an administrator securely control access to AWS resources\. IAM administrators control who can be *authenticated* \(signed in\) and *authorized* \(have permissions\) to use AWS Elastic Beanstalk resources\. IAM is an AWS service that you can use wi...
Constraints control which rules are applied to your end users when launching a product from a specific portfolio\. You use them to apply limits to products for governance or cost control\. For more information about constraints, see [Using AWS Service Catalog Constraints](constraints.md)\. AWS Service Catalog launch ...
+ Use an image where the object occupies a large proportion of the image\. **Note** If you are training your model to detect scenes or concepts, you don't need to do [Step 6: Identify Objects with Bounding Boxes](gs-draw-bounding-boxes.md)\. Similarly, if you're training a model to detect objects, you don't need to d...
`PropagateTags` <a name="cfn-ecs-service-propagatetags"></a> Specifies whether to propagate the tags from the task definition or the service to the tasks in the service\. If no value is specified, the tags are not propagated\. Tags can only be propagated to the tasks within the service during service creation\. To add...
This policy is a variation on `MediaStorePostToSpecificPath` that shows how to set up access to two different paths: ``` { "Version": "2012-10-17", "Statement": [ { "Sid": "MediaStorePostToSeveralPaths", "Effect": "Allow", "Action": "mediastore:PutObject", "Principal":{ "AWS": "<aws service principal>"}, "Resource": ...
| CreationDateTime | Date when the table was created in [UNIX epoch time](http://www.epochconverter.com/)\.Type: Number | | KeySchema | The primary key \(simple or composite\) structure for the table\. A name\-value pair for the `HashKeyElement` is required, and a name\-value pair for the `RangeKeyElement` is optional...
1. Do one of the following: + To edit a customer managed policy, choose the name of the policy, choose **Edit policy**, and then choose the **JSON** tab\. You cannot edit an AWS managed policy\. AWS managed policies appear with the AWS icon \(![\[Image NOT FOUND\]](http://docs.aws.amazon.com/IAM/latest/UserGuide/images...
``` The first line of the *string to sign* is the algorithm, the second line is the time stamp, the third line is the *credential scope*, and the last line is a hash of the canonical request from [Task 1: Create a Canonical Request](#SignatureCalculationTask1)\. The service name to use in the credential scope is `gla...
``` When working with Mustache templates, note the following: + The context key must be present for the files to be processed\. + The context key must be a key\-value map, but it can be nested\. + You can process files with inline content by using the content key and remote files by using the source key\. + Mustache ...
+ [Security and Compliance Quick Start Guides](http://aws.amazon.com/quickstart/?awsf.quickstart-homepage-filter=categories%23security-identity-compliance) – These deployment guides discuss architectural considerations and provide steps for deploying security\- and compliance\-focused baseline environments on AWS\. + [...
You can use your gateway's local console to test your internet connection\. This test can be useful when you are troubleshooting network issues with your gateway\. **To test your gateway's connection to the internet** 1. Log in to your gateway's local console: + For more information on logging in to the VMware ESXi...
However, if the source and target tables are both set to EVEN distribution, data is redistributed into the target table\.
`Type` <a name="cfn-medialive-input-type"></a> The type for this input\. *Required*: No *Type*: String *Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) `Vpc` <a name="cfn-medialive-input-vpc"></a> Sett...
``` %{PATTERN:field-name} ``` Data that matches the named `PATTERN` is mapped to the `field-name` column in the schema, with a default data type of `string`\. Optionally, the data type for the field can be cast to `byte`, `boolean`, `double`, `short`, `int`, `long`, or `float` in the resulting schema\. ``` %{PATTER...
| [Documentation update](#cloudtrail-document-history) | The documentation has been updated with information about supported and unsupported services\. See [AWS CloudTrail Supported Services and Integrations](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-aws-service-specific-topics.html)\. | Dec...
Each AWS Data Exchange Heartbeat revision contains a JSON file S3 object that contains a single array\. The array's name is `TimestampsSinceLastRevision` and its value is a list of each UNIX Epoch second that has elapsed since the last revision\. The name of the asset is in the form `Epoch{start}-{end}.json` where `{...
Count of agents who have set their status in the CCP to something other than **Offline**\. For example, they may have set their status to Available, or to a custom value such as Break or Training\. The Online metric doesn't tell you how many agents can be routed contacts\. For that metric, see [Available](#available-...
+ [Retry a build in AWS CodeBuild](retry-build.md) + [View a running build in Session Manager](session-manager.md) + [Delete builds in AWS CodeBuild](delete-builds.md) + [Working with test reporting in AWS CodeBuild](test-reporting.md) + [Create a test report](report-create.md) + [Working with report groups](test-repor...
``` aws ssm describe-parameters ^ --parameter-filters "Key=Name,Values=parameter-name" ``` ------ **Important** Parameter Store retains policies for a parameter until you either overwrite the policies with new policies or remove the policies\. To remove all policies from an existing parameter, edit the parameter a...
You can use the AWS Toolkit to delete an AWS Lambda function that is part of an AWS serverless application, or you can delete a standalone Lambda function\. To delete a Lambda function that is part of an AWS serverless application, skip the rest of this topic and see [Deleting an application](sam-delete.md) instead\....
If the action is successful, the service sends back an HTTP 200 response\. The following data is returned in JSON format by the service\. ** [nextToken](#API_ListSolutionVersions_ResponseSyntax) ** <a name="personalize-ListSolutionVersions-response-nextToken"></a> A token for getting the next set of solution vers...
"arn:aws:s3:::aws-codedeploy-ap-southeast-1/*", "arn:aws:s3:::aws-codedeploy-ap-southeast-2/*", "arn:aws:s3:::aws-codedeploy-ap-south-1/*", "arn:aws:s3:::aws-codedeploy-sa-east-1/*" ] } ] } ```
``` GenericOutcome UpdatePlayerSessionCreationPolicy( Aws::GameLift::Model::PlayerSessionCreationPolicy newPlayerSessionPolicy); ```
GetQueueAttributesResult qResult = sqsClient.getQueueAttributes(qRequest); sqsQueueARN = qResult.getAttributes().get("QueueArn"); Policy sqsPolicy = new Policy().withStatements( new Statement(Effect.Allow) .withPrincipals(Principal.AllUsers) .withActions(SQSActions.SendMessage) .withResources(new Resource(sqsQueueARN...
1. With the shared environment open, in the **Collaborate** window, expand **Environment Members**, if the list of members is not visible\. 1. Expand the name of the user whose open file you want to open in your environment\. 1. Double\-click the name of the file you want to open\. ![\[Opening a team member's fil...
Identifies the `[vpc]` section with the Amazon VPC configuration where the cluster is deployed\. The section name must start with a letter, contain no more than 30 characters, and only contain letters, numbers, hyphens \(\-\), and underscores \(\_\)\. For more information, see the [`[vpc]` section](vpc-section.md)\. ...
This guardrail disallows changes to Lambda functions set up by AWS Control Tower\. This is a preventive guardrail with mandatory guidance\. By default, this guardrail is enabled in all OUs\. The artifact for this guardrail is the following SCP\. ``` { "Version": "2012-10-17", "Statement": [ { "Sid": "GRLAMBDAFUNCTI...
Amazon EC2 Auto Scaling creates the **AWSServiceRoleForAutoScaling** service\-linked role for you the first time that you create an Auto Scaling group, unless you manually create a custom suffix service\-linked role and specify it when creating the group\. **Important** You must have IAM permissions to create the ser...
`BackupVaultEvents` <a name="cfn-backup-backupvault-notificationobjecttype-backupvaultevents"></a> An array of events that indicate the status of jobs to back up resources to the backup vault\. *Required*: Yes *Type*: List of String *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/lat...
Before you can assign a security profile to a user, you must be logged in with an Amazon Connect account that has the **Users \- Edit** permission\. Or, if you're creating the user's account for the first time, you need **Users \- Create** permission\. ![\[Image NOT FOUND\]](http://docs.aws.amazon.com/connect/latest/...
At a minimum, a Realtime script must include the `Init()` function, which prepares the Realtime server to start a game session\. It is also highly recommended that you also provide a way to terminate game sessions, to ensure that new game sessions can continue to be started on your fleet\. The `Init()` callback funct...
CONVERT\_TIMEZONE converts a time stamp from one time zone to another\.
Amazon AppStream 2\.0 is a fully managed application streaming service that provides users with instant access to their desktop applications from anywhere\. AppStream 2\.0 manages the AWS resources required to host and run your applications, scales automatically, and provides access to your users on demand\. AppStream ...
As a provider, when you create and update data sets, keep the following best practices in mind: + The name of the data set is visible in the product details in the catalog\. We recommend that you choose a concise, descriptive name so customers easily understand the content of the data set\. + The description is visible...
Before you can start with this exercise, you must sign up for an AWS account \(if you don't already have one\), and then download one of the AWS Software Development Kits \(SDKs\)\. The following sections provide instructions\. **Topics** + [Set Up an AWS Account and an Administrator User](#setup) + [Download the App...
| VTL Device ARN | `arn:aws:storagegateway:region:account-id:gateway/gateway-id/device/vtldevice` | AWS Storage Gateway also supports the use of EC2 instances and EBS volumes and snapshots\. These resources are Amazon EC2 resources that are used in AWS Storage Gateway\.
For the account ID in each AWS Region, Amazon ECR repository name, and tag value, see the following topics\. **Topics** + [Amazon SageMaker Debugger Registry URLs for Built\-in Rule Evaluators](#debuger-built-in-registry-ids) + [Amazon SageMaker Debugger Registry URLs for Custom Rule Evaluators](#debuger-custom-rule-...
| |___| (_) | (_| | __/ (_| (_) \ V / \_____\___/ \__,_|\___|\___\___/ \_/ Bash-20200303-bc4d7e6 ·[0;90m==>·[0m AWS Codebuild detected. ... The full list of Codecov log entries has been omitted for brevity ... · ·[0;32m->·[0m View reports at ·[0;36mhttps://codecov.io/github/user/test_py/commit/commit-id·[0m [Conta...
This section describes how to configure advanced S3 bucket property settings for object replication, event notification, and transfer acceleration\. **Topics** + [Setting up a destination for event notifications](setup-event-notification-destination.md) + [Enabling and configuring event notifications](enable-event-no...
When you add a rule to a security group, the new rule is automatically applied to any instances that are associated with the security group\. There might be a short delay before the rule is applied\. For more information about choosing security group rules for specific types of access, see [Security group rules referen...
The request accepts the following data in JSON format\. ** [StreamARN](#API_TagStream_RequestSyntax) ** <a name="KinesisVideo-TagStream-request-StreamARN"></a> The Amazon Resource Name \(ARN\) of the resource that you want to add the tag or tags to\. Type: String Length Constraints: Minimum length of 1\. Maximum le...
When you pass the logical ID of this resource to the intrinsic `Ref` function, `Ref` returns the host ID, such as `h-0ab123c45d67ef89`\. For more information about using the `Ref` function, see [Ref](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html)\.
**Note** A character string that you want to cast to a numeric type must contain a character representation of a number\. For example, you can cast the strings `'1.0'` or `'5.9'` to decimal values, but you cannot cast the string `'ABC'` to any numeric type\. + If you compare numeric values with character strings, the n...
The Server Migration Connector provides log files that you can use to troubleshoot replication jobs that fail prior to completing the upload to Amazon S3\. Use the following procedure to download the connector log files\. **To download the connector log files** 1. In a web browser, enter the IP address of the conne...
| Updated topics | You can now add AWS CodeBuild as a build action to any stage of a pipeline\. AWS CodeBuild is a fully managed build service in the cloud that compiles your source code, runs unit tests, and produces artifacts that are ready to deploy\. You can use an existing build project or create one in the CodeP...
**Note** The Image Checker is available only for Windows WorkSpaces\. If you are creating an image from a Linux WorkSpace, skip to [Step 2: Create a Custom Image and Custom Bundle](#create_custom_image_bundle)\. To confirm that your Windows WorkSpace meets the requirements for image creation, we recommend running the...
1. Get the deployment's ID by calling the list\-deployments command against the application named **HelloWorld\_App** and the deployment group named **HelloWorld\_DepGroup**: ``` aws deploy list-deployments --application-name HelloWorld_App --deployment-group-name HelloWorld_DepGroup --query "deployments" --output te...
Create a Node\.js module with the file name `cw_listmetrics.js`\. Be sure to configure the SDK as previously shown\. To access CloudWatch, create an `AWS.CloudWatch` service object\. Create a JSON object containing the parameters needed to list metrics within the `AWS/Logs` namespace\. Call the `listMetrics` method to ...
1. This disconnects your current session and opens the login menu\. Log in to the image builder by doing either of the following: + If your image builder is not joined to an Active Directory domain, on the **Local User** tab, choose **Administrator**\. + If your image builder is joined to an Active Directory domain, ch...
**Topics** + [Prerequisites](#install-bundle-macos-os-prereq) + [Install AWS ParallelCluster on macOS using pip](#install-macos-pip) + [Add the AWS ParallelCluster executable to your command line path](#install-macos-path)
+ [https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLDataSource.html](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLDataSource.html) + [https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLJobArtifacts.html](https://docs.aws.amazon.com/sagemaker/latest/APIReference...
If you do not have an AWS account, complete the following steps to create one\. **To sign up for an AWS account** 1. Open [https://portal\.aws\.amazon\.com/billing/signup](https://portal.aws.amazon.com/billing/signup)\. 1. Follow the online instructions\. Part of the sign\-up procedure involves receiving a phon...
1. The user requests switches to the role: + AWS console: The user chooses the account name on the navigation bar and chooses **Switch Role**\. The user specifies the account ID \(or alias\) and role name\. Alternatively, the user can click on a link sent in email by the administrator\. The link takes the user to the *...
Amazon FSx for Windows File Server automatically takes a backup of your file system once a day during a daily backup window\. Amazon FSx enforces a retention period that you specify for these automatic backups\. It also supports user\-initiated backups, so you can make backups at any point\. Following, you can find t...
``` node[:memcached][:memory] ``` **max\_connections ** <a name="attributes-recipes-mem-max"></a> The maximum number of connections \(string\)\. The default value is `'4096'`\. ``` node[:memcached][:max_connections] ``` **pid\_file ** <a name="attributes-recipes-mem-pid"></a> The file that contains the daemon's...
**DocumentDataFieldName** <a name="Kendra-Type-SalesforceStandardObjectConfiguration-DocumentDataFieldName"></a> The name of the field in the standard object table that contains the document contents\. Type: String Length Constraints: Minimum length of 1\. Maximum length of 100\. Pattern: `^[a-zA-Z][a-zA-Z0-9_.]*$` R...
The following procedure shows you how to create an AWS Schema Conversion Tool project\. **To create your project** 1. Start the AWS Schema Conversion Tool\. 1. Choose **New Project** from the **File** menu\. The **New Project** dialog box appears\. ![\[New Project dialog box\]](http://docs.aws.amazon.com/SchemaCo...
| IAM | [AWS::IAM::Group](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html) [AWS::IAM::InstanceProfile](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html) [AWS::IAM::ManagedPolicy](https://docs.aws.amazon.com/AWSCloudFormati...
Servers and virtual machines \(VMs\) in a hybrid environment require an IAM role to communicate with the Systems Manager service\. The role grants `AssumeRole` trust to the Systems Manager service\. You only need to create the service role for a hybrid environment once for each AWS account\. **Note** Users in your co...
The following example policies demonstrate how you can control user access to your Kinesis Video Streams with WebRTC channels\. **Example 1: Allow users to get data from any signaling channel** This policy allows a user or group to perform the `DescribeSignalingChannel`, `GetSignalingChannelEndpoint`, `ListSignalingC...
| --- | --- | --- | --- | --- | --- | | [ AddTags ](https://docs.aws.amazon.com/cloudsearch/latest/developerguide/API_AddTags.html) | Attaches resource tags to an Amazon CloudSearch domain\. | Tagging | [ domain\* ](#amazoncloudsearch-domain) | | | | [ BuildSuggesters ](https://docs.aws.amazon.com/cloudsearc...
The generated models can be hosted for inference and support encoded `.jpg` and `.png` image formats as `image/png, image/jpeg`, and `application/x-image` content\-type\. The input image is resized automatically\. The output is the probability values for all classes encoded in JSON format, or in [JSON Lines text format...
``` { "[Entities](#comprehend-medical_DetectEntitiesV2-response-Entities)": [ { "[Attributes](API_medical_Entity.md#comprehend-Type-medical_Entity-Attributes)": [ { "[BeginOffset](API_medical_Attribute.md#comprehend-Type-medical_Attribute-BeginOffset)": number, "[Category](API_medical_Attribute.md#comprehend-Type-medic...
For more information about using this API in one of the language\-specific AWS SDKs, see the following: + [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/personalize-2018-05-22/DatasetSchemaSummary) + [AWS SDK for Go](https://docs.aws.amazon.com/goto/SdkForGoV1/personalize-2018-05-22/DatasetSchemaSumma...
see the security chapter of that service's online documentation\.
PlatformVersion: "LATEST" NetworkConfiguration: AwsvpcConfiguration: Subnets: ["subnet-1234abcd","subnet-5678abcd"] SecurityGroups: ["sg-12345678"] AssignPublicIp: "ENABLED" Hooks: - BeforeInstall: "LambdaFunctionToValidateBeforeInstall" - AfterInstall: "LambdaFunctionToValidateAfterTraffic" - AfterAllowTestTraffic: "L...
default['createfile']['your_name'] = 'yourname' default['createfile']['install_file'] = true ``` **To set up the cookbook** 1. Delete the `createfile` cookbook's `files` directory and its contents\. 1. Add an `attributes` subdirectory to `createfile` and add a `default.rb` file to `attributes` that contains the p...
A named expression that can be evaluated at search time\. Can be used to sort the search results, define other expressions, or return computed information in the search results\.
The following table describes the changes to each release of the iPad client application\. | Release | Date | Changes | | --- | --- | --- | | 2\.4\.15 | June 28, 2020 | [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/workspaces/latest/userguide/amazon-workspaces-ipad-client.html...
The following should be considered when using the Bottlerocket AMI with Amazon ECS\. + The Amazon ECS variant of the Bottlerocket AMI is not supported in the following Regions: + China \(Beijing\) \(`cn-north-1`\) + China \(Ningxia\) \(`cn-northwest-1`\) + AWS GovCloud \(US\-East\) \(`us-gov-east-1`\) + AWS GovCloud \(...
After you enable this feature, AWS Health starts to record events that affect accounts in the organization\. When an account joins your organization, AWS Health automatically adds the account to organizational view\. When an account leaves your organization, new events from that account are no longer logged to organiza...
1. In the navigation pane, choose **Build projects**\. **Note** By default, only the 10 most recent build projects are displayed\. To view more build projects, choose the gear icon, and then choose a different value for **Projects per page** or use the back and forward arrows\. 1. Choose the project you want to share...
clusters launched in a pipeline execution\. Because configuration can only be changed for new clusters, you cannot provide a EmrConfiguration object for existing resources\. For more information, see [http://docs.aws.amazon.com/ElasticMapReduce/latest/ReleaseGuide/](http://docs.aws.amazon.com/ElasticMapReduce/latest/Re...
Run the following command on your local machine to register a specified resource group, regardless of the type of resources it contains\. If the tasks you assign to the maintenance window do not act on a type of resource included in this resource group, the system might report an error\. Tasks for which a supported res...
Encryption is supported by all EBS volume types\. You can expect the same IOPS performance on encrypted volumes as on unencrypted volumes, with a minimal effect on latency\. You can access encrypted volumes the same way that you access unencrypted volumes\. Encryption and decryption are handled transparently, and they ...
The following terminology and concepts are central to your understanding and use of the Windows to Linux replatforming assistant for Microsoft SQL Server Databases\. **Backup** A Microsoft SQL Server backup copies data or log records from a Microsoft SQL Server database or its transaction log to a backup device, su...
**Important** By default, when you initiate a shutdown from an Amazon EBS\-backed instance \(using the **shutdown** or **poweroff** commands\), the instance stops\. The **halt** command does not initiate a shutdown\. If used, the instance will not terminate; instead, it places the CPU into `HLT` and the instance will r...
103 | 3344 | 23636 | UTILITY | TRUNCATE outer_table 103 | 3344 | 23636 | UTILITY | COMMIT 103 | 3345 | 23636 | QUERY | INSERT INTO inner_table values ( $1 ) 103 | 3345 | 23636 | QUERY | INSERT INTO outer_table values ( $1 ) 103 | 3345 | 23636 | UTILITY | COMMIT ``` The following example shows that cursor `cur1` w...
| @latestCompletedRunTime | Time the latest run for which the execution completed\. | DateTime | | @latestRunTime | Time the latest run for which the execution was scheduled\. | DateTime | | @nextRunTime | Time of run to be scheduled next\. | DateTime | | reportProgressTime | Most recent time that remote activity repor...
}, { "x": 759, "y": 281 } ] } ] } } ] ``` **Single Label, Multiple Polygons** ``` [ { "annotatedResult": { "inputImageProperties": { "height": 853, "width": 1280 }, "polygons": [ { "label": "dog", "vertices": [ { "x": 570, "y": 239 }, { "x": 603, "y": 513 }, { "x": 823, "y": 645 }, { "x": 901, "y": 417 }, { "x": 759,...
`Auth` <a name="sam-function-api-auth"></a> Auth configuration for this specific Api\+Path\+Method\. Useful for overriding the API's `DefaultAuthorizer` setting auth config on an individual path when no `DefaultAuthorizer` is specified or overriding the default `ApiKeyRequired` setting\. *Type*: [ApiFunctionAuth](sam...
+ *RANDOM\_ID* is a random ID that AWS SAM assigns to the function to help ensure uniqueness\. + The API in API Gateway that makes it easier to call the Lambda function\. AWS CodeStar gives the API the name **awscodestar\-my\-sam\-project\-\-lambda**, where **my\-sam\-project** is the ID of the project\. **To explore...
``` Type: AWS::SES::ConfigurationSetEventDestination Properties: [ConfigurationSetName](#cfn-ses-configurationseteventdestination-configurationsetname): String [EventDestination](#cfn-ses-configurationseteventdestination-eventdestination): EventDestination ```
| Amazon EMR Release Label | Mahout Version | Components Installed With Mahout | | --- | --- | --- | | emr\-4\.1\.0 | Mahout 0\.11\.0 | emrfs, emr\-ddb, emr\-goodies, emr\-kinesis, emr\-s3\-dist\-cp, hadoop\-client, hadoop\-mapred, hadoop\-hdfs\-datanode, hadoop\-hdfs\-library, hadoop\-hdfs\-namenode, hadoop\-httpfs\-s...
1. Add the partitions\. Using [ALTER TABLE](r_ALTER_TABLE.md) … ADD PARTITION, add each partition, specifying the partition column and key value, and the location of the partition folder in Amazon S3\. You can add multiple partitions in a single ALTER TABLE … ADD statement\. The following example adds partitions for ...
}, "Status": "PENDING" } ] } ``` You can use the `InvitationID` with the `create-member` command to create a member and join the network\. For next steps, see [Create a Member and Join a Network](managed-blockchain-hyperledger-create-member.md)\.
Deployments might fail if you use the Finder graphical user interface \(GUI\) application on a Mac to bundle \(zip\) an AppSpec file and related files and scripts into an application revision archive \(\.zip\) file\. This is because Finder creates an intermediate `__MACOSX` folder in the \.zip file and places component...
| AWS Glue Resource | AWS CloudFormation Template | AWS Glue Samples | | --- | --- | --- | | Classifier | [AWS::Glue::Classifier](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-classifier.html) | [Grok classifier](#sample-cfn-template-classifier), [JSON classifier](#sample-cfn-template...
If you already have an AD infrastructure and want to use it when migrating AD\-aware workloads to the AWS Cloud, AWS Managed Microsoft AD can help\. You can use [AD trusts](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_tutorial_test_lab_trust.html) to connect AWS Managed Microsoft AD to your exi...
A number literal in the JSON input stream \(that is, `"CustomerId":67321`\) converts to SQL data as follows: + Numeric \(DECIMAL, INT, and so on\): Converts directly\. If the converted value exceeds the size or precision of the target data type \(that is, converting `123.4` to INT\), conversion fails and a coercion err...
`RoleArn` <a name="cfn-pinpoint-eventstream-rolearn"></a> The Amazon Resource Name \(ARN\) of the AWS Identity and Access Management \(IAM\) role that authorizes Amazon Pinpoint to publish event data to the stream in your AWS account\. *Required*: Yes *Type*: String *Update requires*: [No interruption](https://docs.aw...
1. Open the AWS CloudFormation console\. 1. In the AWS CloudFormation console dashboard, select the stack you created \(**MyStack**\)\. On the **Actions** menu, choose **Delete Stack**\. When you are prompted to confirm, choose **Yes, Delete**\. 1. Wait for **DELETE\_COMPLETE** to appear in the **Status** column fo...
You can access VM Import/Export using the following interfaces: **AWS Command Line Interface \(CLI\)** Provides commands for a broad set of AWS products, and is supported on Windows, Mac, and Linux\. To get started, see [AWS Command Line Interface User Guide](https://docs.aws.amazon.com/cli/latest/userguide/)\. For m...
**Problem:** A stack operation failed, and the stack instance status is `OUTDATED`\. **Cause:** There can be several common causes for stack operation failure\. + Insufficient permissions in a target account for creating resources that are specified in your template\. + The AWS CloudFormation template might have erro...
If the action is successful, the service sends back an HTTP 200 response\. The following data is returned in JSON format by the service\. ** [SentimentDetectionJobProperties](#API_DescribeSentimentDetectionJob_ResponseSyntax) ** <a name="comprehend-DescribeSentimentDetectionJob-response-SentimentDetectionJobPrope...
| Amazon EFS API Operations | Required Permissions \(API Actions\) | Resources | | --- | --- | --- | | [CreateAccessPoint](API_CreateAccessPoint.md) | elasticfilesystem:CreateAccessPoint | `arn:aws:elasticfilesystem:region:account-id:access-point/*` | | [CreateFileSystem](API_CreateFileSystem.md) | elasticfi...
1. In the **Use model** section, choose **API Code**\. 1. At the command prompt, use the AWS CLI command that calls `start-project-version` to start your model\. Use the code snippet that calls `stop-project-version` to stop your model\. The value of `--project-version-arn` should be the Amazon Resource Name \(ARN\) ...
Additionally, S3 Glacier also checks for any missing content ranges\. When uploading parts, you specify range values identifying where each part fits in the final assembly of the archive\. When assembling the final archive S3 Glacier checks for any missing content ranges and if there are any missing content ranges, S3 ...
This operation uses the following request headers, in addition to the request headers that are common to all operations\. For more information about the common request headers, see [Common Request Headers](api-common-request-headers.md)\. | Name | Description | Required | | --- | --- | --- | | Content\-Length ...