AWS::DataSync::LocationHDFSResource Type definition for AWS::DataSync::LocationHDFS.
15 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LocationArn | string | The Amazon Resource Name (ARN) of the HDFS location. |
LocationUri | string | The URL of the HDFS location that was described. |
ManagedSecretConfig | ManagedSecretConfig | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
datasync:CreateLocationHdfsdatasync:DescribeLocationHdfsdatasync:TagResourcedatasync:ListTagsForResourcesecretsmanager:CreateSecretsecretsmanager:PutSecretValuesecretsmanager:DeleteSecretiam:CreateServiceLinkedRoledatasync:DescribeLocationHdfsdatasync:ListTagsForResourcedatasync:UpdateLocationHdfsdatasync:DescribeLocationHdfsdatasync:ListTagsForResourcedatasync:TagResourcedatasync:UntagResourcesecretsmanager:UpdateSecretsecretsmanager:DeleteSecretsecretsmanager:PutSecretValuedatasync:DeleteLocationsecretsmanager:DeleteSecretdatasync:ListLocationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterLocationArn