AWS::DataSync::LocationObjectStorageResource Type definition for AWS::DataSync::LocationObjectStorage.
12 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccessKey | string | |
AgentArns | Array<string> | |
BucketName | string | Create-onlyWrite-only |
CmkSecretConfig | CmkSecretConfig | |
CustomSecretConfig | CustomSecretConfig | |
SecretKey | string | Write-only |
ServerCertificate | string | |
ServerHostname | string | Write-only |
ServerPort | integer | |
ServerProtocol | 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 location that is created. |
LocationUri | string | The URL of the object storage 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::LocationObjectStorage
Resources:
MyResource:
Type: AWS::DataSync::LocationObjectStorage
Properties:
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
datasync:CreateLocationObjectStoragedatasync:DescribeLocationObjectStoragedatasync:ListTagsForResourcedatasync:TagResourcesecretsmanager:CreateSecretsecretsmanager:PutSecretValuesecretsmanager:DeleteSecretiam:CreateServiceLinkedRoledatasync:DescribeLocationObjectStoragedatasync:ListTagsForResourcedatasync:DescribeLocationObjectStoragedatasync:ListTagsForResourcedatasync:TagResourcedatasync:UntagResourcedatasync:UpdateLocationObjectStoragesecretsmanager:UpdateSecretsecretsmanager:DeleteSecretsecretsmanager:PutSecretValuedatasync:DeleteLocationsecretsmanager:DeleteSecretdatasync:ListLocationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterLocationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
BucketName