Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.24 KB

File metadata and controls

46 lines (27 loc) · 1.24 KB

MongoDB::Atlas::FederatedDatabaseInstance CloudProviderConfig

Cloud provider linked to this Atlas Data Federation.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{
    "RoleId" : String,
    "TestS3Bucket" : String
}

YAML

RoleId: String
TestS3Bucket: String

Properties

RoleId

Unique identifier of the role that the Atlas Data Federation can use to access the data stores.Required if specifying cloudProviderConfig.

Required: No

Type: String

Update requires: No interruption

TestS3Bucket

Name of the S3 data bucket that the provided role ID is authorized to access.Required if specifying cloudProviderConfig.

Required: No

Type: String

Update requires: No interruption