1. Packages
  2. Mongodbatlas Provider
  3. API Docs
  4. CloudProviderAccessAuthorization
MongoDB Atlas v4.0.0 published on Tuesday, Dec 30, 2025 by Pulumi
mongodbatlas logo
MongoDB Atlas v4.0.0 published on Tuesday, Dec 30, 2025 by Pulumi

    Create CloudProviderAccessAuthorization Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new CloudProviderAccessAuthorization(name: string, args: CloudProviderAccessAuthorizationArgs, opts?: CustomResourceOptions);
    @overload
    def CloudProviderAccessAuthorization(resource_name: str,
                                         args: CloudProviderAccessAuthorizationArgs,
                                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def CloudProviderAccessAuthorization(resource_name: str,
                                         opts: Optional[ResourceOptions] = None,
                                         project_id: Optional[str] = None,
                                         role_id: Optional[str] = None,
                                         aws: Optional[CloudProviderAccessAuthorizationAwsArgs] = None,
                                         azure: Optional[CloudProviderAccessAuthorizationAzureArgs] = None)
    func NewCloudProviderAccessAuthorization(ctx *Context, name string, args CloudProviderAccessAuthorizationArgs, opts ...ResourceOption) (*CloudProviderAccessAuthorization, error)
    public CloudProviderAccessAuthorization(string name, CloudProviderAccessAuthorizationArgs args, CustomResourceOptions? opts = null)
    public CloudProviderAccessAuthorization(String name, CloudProviderAccessAuthorizationArgs args)
    public CloudProviderAccessAuthorization(String name, CloudProviderAccessAuthorizationArgs args, CustomResourceOptions options)
    
    type: mongodbatlas:CloudProviderAccessAuthorization
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CloudProviderAccessAuthorizationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CloudProviderAccessAuthorizationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CloudProviderAccessAuthorizationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CloudProviderAccessAuthorizationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CloudProviderAccessAuthorizationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var cloudProviderAccessAuthorizationResource = new Mongodbatlas.CloudProviderAccessAuthorization("cloudProviderAccessAuthorizationResource", new()
    {
        ProjectId = "string",
        RoleId = "string",
        Aws = new Mongodbatlas.Inputs.CloudProviderAccessAuthorizationAwsArgs
        {
            IamAssumedRoleArn = "string",
        },
        Azure = new Mongodbatlas.Inputs.CloudProviderAccessAuthorizationAzureArgs
        {
            AtlasAzureAppId = "string",
            ServicePrincipalId = "string",
            TenantId = "string",
        },
    });
    
    example, err := mongodbatlas.NewCloudProviderAccessAuthorization(ctx, "cloudProviderAccessAuthorizationResource", &mongodbatlas.CloudProviderAccessAuthorizationArgs{
    	ProjectId: pulumi.String("string"),
    	RoleId:    pulumi.String("string"),
    	Aws: &mongodbatlas.CloudProviderAccessAuthorizationAwsArgs{
    		IamAssumedRoleArn: pulumi.String("string"),
    	},
    	Azure: &mongodbatlas.CloudProviderAccessAuthorizationAzureArgs{
    		AtlasAzureAppId:    pulumi.String("string"),
    		ServicePrincipalId: pulumi.String("string"),
    		TenantId:           pulumi.String("string"),
    	},
    })
    
    var cloudProviderAccessAuthorizationResource = new CloudProviderAccessAuthorization("cloudProviderAccessAuthorizationResource", CloudProviderAccessAuthorizationArgs.builder()
        .projectId("string")
        .roleId("string")
        .aws(CloudProviderAccessAuthorizationAwsArgs.builder()
            .iamAssumedRoleArn("string")
            .build())
        .azure(CloudProviderAccessAuthorizationAzureArgs.builder()
            .atlasAzureAppId("string")
            .servicePrincipalId("string")
            .tenantId("string")
            .build())
        .build());
    
    cloud_provider_access_authorization_resource = mongodbatlas.CloudProviderAccessAuthorization("cloudProviderAccessAuthorizationResource",
        project_id="string",
        role_id="string",
        aws={
            "iam_assumed_role_arn": "string",
        },
        azure={
            "atlas_azure_app_id": "string",
            "service_principal_id": "string",
            "tenant_id": "string",
        })
    
    const cloudProviderAccessAuthorizationResource = new mongodbatlas.CloudProviderAccessAuthorization("cloudProviderAccessAuthorizationResource", {
        projectId: "string",
        roleId: "string",
        aws: {
            iamAssumedRoleArn: "string",
        },
        azure: {
            atlasAzureAppId: "string",
            servicePrincipalId: "string",
            tenantId: "string",
        },
    });
    
    type: mongodbatlas:CloudProviderAccessAuthorization
    properties:
        aws:
            iamAssumedRoleArn: string
        azure:
            atlasAzureAppId: string
            servicePrincipalId: string
            tenantId: string
        projectId: string
        roleId: string
    

    CloudProviderAccessAuthorization Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The CloudProviderAccessAuthorization resource accepts the following input properties:

    ProjectId string
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    RoleId string

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    Aws CloudProviderAccessAuthorizationAws
    Azure CloudProviderAccessAuthorizationAzure
    ProjectId string
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    RoleId string

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    Aws CloudProviderAccessAuthorizationAwsArgs
    Azure CloudProviderAccessAuthorizationAzureArgs
    projectId String
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    roleId String

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    aws CloudProviderAccessAuthorizationAws
    azure CloudProviderAccessAuthorizationAzure
    projectId string
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    roleId string

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    aws CloudProviderAccessAuthorizationAws
    azure CloudProviderAccessAuthorizationAzure
    project_id str
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    role_id str

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    aws CloudProviderAccessAuthorizationAwsArgs
    azure CloudProviderAccessAuthorizationAzureArgs
    projectId String
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    roleId String

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    aws Property Map
    azure Property Map

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CloudProviderAccessAuthorization resource produces the following output properties:

    AuthorizedDate string
    Date on which this role was authorized.
    FeatureUsages List<CloudProviderAccessAuthorizationFeatureUsage>
    Atlas features this AWS IAM role is linked to.
    Gcps List<CloudProviderAccessAuthorizationGcp>
    Id string
    The provider-assigned unique ID for this managed resource.
    AuthorizedDate string
    Date on which this role was authorized.
    FeatureUsages []CloudProviderAccessAuthorizationFeatureUsage
    Atlas features this AWS IAM role is linked to.
    Gcps []CloudProviderAccessAuthorizationGcp
    Id string
    The provider-assigned unique ID for this managed resource.
    authorizedDate String
    Date on which this role was authorized.
    featureUsages List<CloudProviderAccessAuthorizationFeatureUsage>
    Atlas features this AWS IAM role is linked to.
    gcps List<CloudProviderAccessAuthorizationGcp>
    id String
    The provider-assigned unique ID for this managed resource.
    authorizedDate string
    Date on which this role was authorized.
    featureUsages CloudProviderAccessAuthorizationFeatureUsage[]
    Atlas features this AWS IAM role is linked to.
    gcps CloudProviderAccessAuthorizationGcp[]
    id string
    The provider-assigned unique ID for this managed resource.
    authorized_date str
    Date on which this role was authorized.
    feature_usages Sequence[CloudProviderAccessAuthorizationFeatureUsage]
    Atlas features this AWS IAM role is linked to.
    gcps Sequence[CloudProviderAccessAuthorizationGcp]
    id str
    The provider-assigned unique ID for this managed resource.
    authorizedDate String
    Date on which this role was authorized.
    featureUsages List<Property Map>
    Atlas features this AWS IAM role is linked to.
    gcps List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing CloudProviderAccessAuthorization Resource

    Get an existing CloudProviderAccessAuthorization resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CloudProviderAccessAuthorizationState, opts?: CustomResourceOptions): CloudProviderAccessAuthorization
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            authorized_date: Optional[str] = None,
            aws: Optional[CloudProviderAccessAuthorizationAwsArgs] = None,
            azure: Optional[CloudProviderAccessAuthorizationAzureArgs] = None,
            feature_usages: Optional[Sequence[CloudProviderAccessAuthorizationFeatureUsageArgs]] = None,
            gcps: Optional[Sequence[CloudProviderAccessAuthorizationGcpArgs]] = None,
            project_id: Optional[str] = None,
            role_id: Optional[str] = None) -> CloudProviderAccessAuthorization
    func GetCloudProviderAccessAuthorization(ctx *Context, name string, id IDInput, state *CloudProviderAccessAuthorizationState, opts ...ResourceOption) (*CloudProviderAccessAuthorization, error)
    public static CloudProviderAccessAuthorization Get(string name, Input<string> id, CloudProviderAccessAuthorizationState? state, CustomResourceOptions? opts = null)
    public static CloudProviderAccessAuthorization get(String name, Output<String> id, CloudProviderAccessAuthorizationState state, CustomResourceOptions options)
    resources:  _:    type: mongodbatlas:CloudProviderAccessAuthorization    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AuthorizedDate string
    Date on which this role was authorized.
    Aws CloudProviderAccessAuthorizationAws
    Azure CloudProviderAccessAuthorizationAzure
    FeatureUsages List<CloudProviderAccessAuthorizationFeatureUsage>
    Atlas features this AWS IAM role is linked to.
    Gcps List<CloudProviderAccessAuthorizationGcp>
    ProjectId string
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    RoleId string

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    AuthorizedDate string
    Date on which this role was authorized.
    Aws CloudProviderAccessAuthorizationAwsArgs
    Azure CloudProviderAccessAuthorizationAzureArgs
    FeatureUsages []CloudProviderAccessAuthorizationFeatureUsageArgs
    Atlas features this AWS IAM role is linked to.
    Gcps []CloudProviderAccessAuthorizationGcpArgs
    ProjectId string
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    RoleId string

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    authorizedDate String
    Date on which this role was authorized.
    aws CloudProviderAccessAuthorizationAws
    azure CloudProviderAccessAuthorizationAzure
    featureUsages List<CloudProviderAccessAuthorizationFeatureUsage>
    Atlas features this AWS IAM role is linked to.
    gcps List<CloudProviderAccessAuthorizationGcp>
    projectId String
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    roleId String

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    authorizedDate string
    Date on which this role was authorized.
    aws CloudProviderAccessAuthorizationAws
    azure CloudProviderAccessAuthorizationAzure
    featureUsages CloudProviderAccessAuthorizationFeatureUsage[]
    Atlas features this AWS IAM role is linked to.
    gcps CloudProviderAccessAuthorizationGcp[]
    projectId string
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    roleId string

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    authorized_date str
    Date on which this role was authorized.
    aws CloudProviderAccessAuthorizationAwsArgs
    azure CloudProviderAccessAuthorizationAzureArgs
    feature_usages Sequence[CloudProviderAccessAuthorizationFeatureUsageArgs]
    Atlas features this AWS IAM role is linked to.
    gcps Sequence[CloudProviderAccessAuthorizationGcpArgs]
    project_id str
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    role_id str

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    authorizedDate String
    Date on which this role was authorized.
    aws Property Map
    azure Property Map
    featureUsages List<Property Map>
    Atlas features this AWS IAM role is linked to.
    gcps List<Property Map>
    projectId String
    The unique ID for the project. WARNING: Changing the project_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.
    roleId String

    The unique ID of this role returned by the mongodb atlas api. WARNING: Changing the role_id will result in destruction of the existing authorization resource and the creation of a new authorization resource.

    Conditional

    Supporting Types

    CloudProviderAccessAuthorizationAws, CloudProviderAccessAuthorizationAwsArgs

    IamAssumedRoleArn string
    ARN of the IAM Role that Atlas assumes when accessing resources in your AWS account. This value is required after the creation (register of the role) as part of Set Up Unified AWS Access.
    IamAssumedRoleArn string
    ARN of the IAM Role that Atlas assumes when accessing resources in your AWS account. This value is required after the creation (register of the role) as part of Set Up Unified AWS Access.
    iamAssumedRoleArn String
    ARN of the IAM Role that Atlas assumes when accessing resources in your AWS account. This value is required after the creation (register of the role) as part of Set Up Unified AWS Access.
    iamAssumedRoleArn string
    ARN of the IAM Role that Atlas assumes when accessing resources in your AWS account. This value is required after the creation (register of the role) as part of Set Up Unified AWS Access.
    iam_assumed_role_arn str
    ARN of the IAM Role that Atlas assumes when accessing resources in your AWS account. This value is required after the creation (register of the role) as part of Set Up Unified AWS Access.
    iamAssumedRoleArn String
    ARN of the IAM Role that Atlas assumes when accessing resources in your AWS account. This value is required after the creation (register of the role) as part of Set Up Unified AWS Access.

    CloudProviderAccessAuthorizationAzure, CloudProviderAccessAuthorizationAzureArgs

    AtlasAzureAppId string
    Azure Active Directory Application ID of Atlas.
    ServicePrincipalId string
    UUID string that identifies the Azure Service Principal.
    TenantId string
    UUID String that identifies the Azure Active Directory Tenant ID.
    AtlasAzureAppId string
    Azure Active Directory Application ID of Atlas.
    ServicePrincipalId string
    UUID string that identifies the Azure Service Principal.
    TenantId string
    UUID String that identifies the Azure Active Directory Tenant ID.
    atlasAzureAppId String
    Azure Active Directory Application ID of Atlas.
    servicePrincipalId String
    UUID string that identifies the Azure Service Principal.
    tenantId String
    UUID String that identifies the Azure Active Directory Tenant ID.
    atlasAzureAppId string
    Azure Active Directory Application ID of Atlas.
    servicePrincipalId string
    UUID string that identifies the Azure Service Principal.
    tenantId string
    UUID String that identifies the Azure Active Directory Tenant ID.
    atlas_azure_app_id str
    Azure Active Directory Application ID of Atlas.
    service_principal_id str
    UUID string that identifies the Azure Service Principal.
    tenant_id str
    UUID String that identifies the Azure Active Directory Tenant ID.
    atlasAzureAppId String
    Azure Active Directory Application ID of Atlas.
    servicePrincipalId String
    UUID string that identifies the Azure Service Principal.
    tenantId String
    UUID String that identifies the Azure Active Directory Tenant ID.

    CloudProviderAccessAuthorizationFeatureUsage, CloudProviderAccessAuthorizationFeatureUsageArgs

    FeatureId Dictionary<string, string>
    FeatureType string
    FeatureId map[string]string
    FeatureType string
    featureId Map<String,String>
    featureType String
    featureId {[key: string]: string}
    featureType string
    feature_id Mapping[str, str]
    feature_type str
    featureId Map<String>
    featureType String

    CloudProviderAccessAuthorizationGcp, CloudProviderAccessAuthorizationGcpArgs

    ServiceAccountForAtlas string
    Email address for the Google Service Account created by Atlas.
    ServiceAccountForAtlas string
    Email address for the Google Service Account created by Atlas.
    serviceAccountForAtlas String
    Email address for the Google Service Account created by Atlas.
    serviceAccountForAtlas string
    Email address for the Google Service Account created by Atlas.
    service_account_for_atlas str
    Email address for the Google Service Account created by Atlas.
    serviceAccountForAtlas String
    Email address for the Google Service Account created by Atlas.

    Package Details

    Repository
    MongoDB Atlas pulumi/pulumi-mongodbatlas
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the mongodbatlas Terraform Provider.
    mongodbatlas logo
    MongoDB Atlas v4.0.0 published on Tuesday, Dec 30, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate