AWS::DataSync::LocationSMBResource Type definition for AWS::DataSync::LocationSMB.
15 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AgentArns | Array<string> | Required |
AuthenticationType | string | |
CmkSecretConfig | CmkSecretConfig | |
CustomSecretConfig | CustomSecretConfig | |
DnsIpAddresses | Array<string> | |
Domain | string | |
KerberosKeytab | string | Write-only |
KerberosKrb5Conf | string | Write-only |
KerberosPrincipal | string | |
MountOptions | MountOptions | |
Password | string | Write-only |
ServerHostname | string | Write-only |
Subdirectory | string | Write-only |
Tags | Array<Tag> | |
User | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
LocationArn | string | The Amazon Resource Name (ARN) of the SMB location that is created. |
LocationUri | string | The URL of the SMB 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::LocationSMB
Resources:
MyResource:
Type: AWS::DataSync::LocationSMB
Properties:
AgentArns: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
datasync:CreateLocationSmbdatasync:DescribeLocationSmbdatasync:ListTagsForResourcedatasync:TagResourcesecretsmanager:CreateSecretsecretsmanager:PutSecretValuesecretsmanager:DeleteSecretiam:CreateServiceLinkedRoledatasync:DescribeLocationSmbdatasync:ListTagsForResourcedatasync:DescribeLocationSmbdatasync:ListTagsForResourcedatasync:TagResourcedatasync:UntagResourcedatasync:UpdateLocationSmbsecretsmanager:UpdateSecretsecretsmanager:DeleteSecretsecretsmanager:PutSecretValuedatasync:DeleteLocationsecretsmanager:DeleteSecretdatasync:ListLocationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterLocationArn