This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DataSync::LocationObjectStorage ObjectStorageFederatedIdentityConfig
The ObjectStorageFederatedIdentityConfig property type specifies Property description not available. for an AWS::DataSync::LocationObjectStorage.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AwsIamRole" :String, "ExternalIdentity" :ObjectStorageExternalIdentityConfig}
YAML
AwsIamRole:StringExternalIdentity:ObjectStorageExternalIdentityConfig
Properties
AwsIamRoleProperty description not available.
Required: No
Type: String
Pattern:
^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$Maximum:
2048Update requires: No interruption
ExternalIdentityProperty description not available.
Required: No
Type: ObjectStorageExternalIdentityConfig
Update requires: No interruption