AWS Fundamentals Logo
AWS Fundamentals
AWS::DataSync::LocationHDFS

DataSync LocationHDFS

Resource Type definition for AWS::DataSync::LocationHDFS.

Properties

15 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AgentArns
Array<string>
Required
AuthenticationType
string
Required
NameNodes
Array<NameNode>
Required
BlockSize
integer
CmkSecretConfig
CmkSecretConfig
CustomSecretConfig
CustomSecretConfig
KerberosKeytab
string
Write-only
KerberosKrb5Conf
string
Write-only
KerberosPrincipal
string
KmsKeyProviderUri
string
QopConfiguration
QopConfiguration
ReplicationFactor
integer
SimpleUser
string
Subdirectory
string
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
LocationArnstringThe Amazon Resource Name (ARN) of the HDFS location.
LocationUristringThe URL of the HDFS location that was described.
ManagedSecretConfigManagedSecretConfig-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataSync::LocationHDFS

Resources:
  MyResource:
    Type: AWS::DataSync::LocationHDFS
    Properties:
      NameNodes: "my-namenodes"
      AuthenticationType: "SIMPLE"
      AgentArns: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

datasync:CreateLocationHdfsdatasync:DescribeLocationHdfsdatasync:TagResourcedatasync:ListTagsForResourcesecretsmanager:CreateSecretsecretsmanager:PutSecretValuesecretsmanager:DeleteSecretiam:CreateServiceLinkedRole

read

datasync:DescribeLocationHdfsdatasync:ListTagsForResource

update

datasync:UpdateLocationHdfsdatasync:DescribeLocationHdfsdatasync:ListTagsForResourcedatasync:TagResourcedatasync:UntagResourcesecretsmanager:UpdateSecretsecretsmanager:DeleteSecretsecretsmanager:PutSecretValue

delete

datasync:DeleteLocationsecretsmanager:DeleteSecret

list

datasync:ListLocations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceDataSync
Properties18
Required3
TaggingSupported
Primary IDLocationArn

Supported Operations

CreateReadUpdateDeleteList

External Links