mongodbatlas.CloudProviderAccessSetup
Explore with Pulumi AI
Create CloudProviderAccessSetup Resource
new CloudProviderAccessSetup(name: string, args: CloudProviderAccessSetupArgs, opts?: CustomResourceOptions);
@overload
def CloudProviderAccessSetup(resource_name: str,
opts: Optional[ResourceOptions] = None,
azure_configs: Optional[Sequence[CloudProviderAccessSetupAzureConfigArgs]] = None,
project_id: Optional[str] = None,
provider_name: Optional[str] = None)
@overload
def CloudProviderAccessSetup(resource_name: str,
args: CloudProviderAccessSetupArgs,
opts: Optional[ResourceOptions] = None)
func NewCloudProviderAccessSetup(ctx *Context, name string, args CloudProviderAccessSetupArgs, opts ...ResourceOption) (*CloudProviderAccessSetup, error)
public CloudProviderAccessSetup(string name, CloudProviderAccessSetupArgs args, CustomResourceOptions? opts = null)
public CloudProviderAccessSetup(String name, CloudProviderAccessSetupArgs args)
public CloudProviderAccessSetup(String name, CloudProviderAccessSetupArgs args, CustomResourceOptions options)
type: mongodbatlas:CloudProviderAccessSetup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudProviderAccessSetupArgs
- 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 CloudProviderAccessSetupArgs
- 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 CloudProviderAccessSetupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudProviderAccessSetupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudProviderAccessSetupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CloudProviderAccessSetup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The CloudProviderAccessSetup resource accepts the following input properties:
- project
Id String - provider
Name String - azure
Configs List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudProviderAccessSetup resource produces the following output properties:
- Aws Dictionary<string, string>
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- Aws
Configs List<CloudProvider Access Setup Aws Config> - Created
Date string - Id string
The provider-assigned unique ID for this managed resource.
- Last
Updated stringDate - Role
Id string
- Aws map[string]string
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- Aws
Configs []CloudProvider Access Setup Aws Config - Created
Date string - Id string
The provider-assigned unique ID for this managed resource.
- Last
Updated stringDate - Role
Id string
- aws Map<String,String>
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- aws
Configs List<CloudProvider Access Setup Aws Config> - created
Date String - id String
The provider-assigned unique ID for this managed resource.
- last
Updated StringDate - role
Id String
- aws {[key: string]: string}
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- aws
Configs CloudProvider Access Setup Aws Config[] - created
Date string - id string
The provider-assigned unique ID for this managed resource.
- last
Updated stringDate - role
Id string
- aws Mapping[str, str]
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- aws_
configs Sequence[CloudProvider Access Setup Aws Config] - created_
date str - id str
The provider-assigned unique ID for this managed resource.
- last_
updated_ strdate - role_
id str
- aws Map<String>
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- aws
Configs List<Property Map> - created
Date String - id String
The provider-assigned unique ID for this managed resource.
- last
Updated StringDate - role
Id String
Look up Existing CloudProviderAccessSetup Resource
Get an existing CloudProviderAccessSetup 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?: CloudProviderAccessSetupState, opts?: CustomResourceOptions): CloudProviderAccessSetup
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
aws: Optional[Mapping[str, str]] = None,
aws_configs: Optional[Sequence[CloudProviderAccessSetupAwsConfigArgs]] = None,
azure_configs: Optional[Sequence[CloudProviderAccessSetupAzureConfigArgs]] = None,
created_date: Optional[str] = None,
last_updated_date: Optional[str] = None,
project_id: Optional[str] = None,
provider_name: Optional[str] = None,
role_id: Optional[str] = None) -> CloudProviderAccessSetup
func GetCloudProviderAccessSetup(ctx *Context, name string, id IDInput, state *CloudProviderAccessSetupState, opts ...ResourceOption) (*CloudProviderAccessSetup, error)
public static CloudProviderAccessSetup Get(string name, Input<string> id, CloudProviderAccessSetupState? state, CustomResourceOptions? opts = null)
public static CloudProviderAccessSetup get(String name, Output<String> id, CloudProviderAccessSetupState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Aws Dictionary<string, string>
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- Aws
Configs List<CloudProvider Access Setup Aws Config> - Azure
Configs List<CloudProvider Access Setup Azure Config> - Created
Date string - Last
Updated stringDate - Project
Id string - Provider
Name string - Role
Id string
- Aws map[string]string
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- Aws
Configs []CloudProvider Access Setup Aws Config Args - Azure
Configs []CloudProvider Access Setup Azure Config Args - Created
Date string - Last
Updated stringDate - Project
Id string - Provider
Name string - Role
Id string
- aws Map<String,String>
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- aws
Configs List<CloudProvider Access Setup Aws Config> - azure
Configs List<CloudProvider Access Setup Azure Config> - created
Date String - last
Updated StringDate - project
Id String - provider
Name String - role
Id String
- aws {[key: string]: string}
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- aws
Configs CloudProvider Access Setup Aws Config[] - azure
Configs CloudProvider Access Setup Azure Config[] - created
Date string - last
Updated stringDate - project
Id string - provider
Name string - role
Id string
- aws Mapping[str, str]
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- aws_
configs Sequence[CloudProvider Access Setup Aws Config Args] - azure_
configs Sequence[CloudProvider Access Setup Azure Config Args] - created_
date str - last_
updated_ strdate - project_
id str - provider_
name str - role_
id str
- aws Map<String>
this parameter is deprecated and will be removed in v1.12.0, please transition to aws_config
- aws
Configs List<Property Map> - azure
Configs List<Property Map> - created
Date String - last
Updated StringDate - project
Id String - provider
Name String - role
Id String
Supporting Types
CloudProviderAccessSetupAwsConfig, CloudProviderAccessSetupAwsConfigArgs
- Atlas
Assumed stringRole External Id - Atlas
Aws stringAccount Arn
- Atlas
Assumed stringRole External Id - Atlas
Aws stringAccount Arn
- atlas
Assumed StringRole External Id - atlas
Aws StringAccount Arn
- atlas
Assumed stringRole External Id - atlas
Aws stringAccount Arn
- atlas
Assumed StringRole External Id - atlas
Aws StringAccount Arn
CloudProviderAccessSetupAzureConfig, CloudProviderAccessSetupAzureConfigArgs
- Atlas
Azure stringApp Id - Service
Principal stringId - Tenant
Id string
- Atlas
Azure stringApp Id - Service
Principal stringId - Tenant
Id string
- atlas
Azure StringApp Id - service
Principal StringId - tenant
Id String
- atlas
Azure stringApp Id - service
Principal stringId - tenant
Id string
- atlas_
azure_ strapp_ id - service_
principal_ strid - tenant_
id str
- atlas
Azure StringApp Id - service
Principal StringId - tenant
Id String
Package Details
- Repository
- MongoDB Atlas pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
mongodbatlas
Terraform Provider.