mongodbatlas.ResourcePolicy
Explore with Pulumi AI
Example Usage
Create ResourcePolicy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ResourcePolicy(name: string, args: ResourcePolicyArgs, opts?: CustomResourceOptions);
@overload
def ResourcePolicy(resource_name: str,
args: ResourcePolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ResourcePolicy(resource_name: str,
opts: Optional[ResourceOptions] = None,
org_id: Optional[str] = None,
policies: Optional[Sequence[ResourcePolicyPolicyArgs]] = None,
name: Optional[str] = None)
func NewResourcePolicy(ctx *Context, name string, args ResourcePolicyArgs, opts ...ResourceOption) (*ResourcePolicy, error)
public ResourcePolicy(string name, ResourcePolicyArgs args, CustomResourceOptions? opts = null)
public ResourcePolicy(String name, ResourcePolicyArgs args)
public ResourcePolicy(String name, ResourcePolicyArgs args, CustomResourceOptions options)
type: mongodbatlas:ResourcePolicy
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 ResourcePolicyArgs
- 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 ResourcePolicyArgs
- 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 ResourcePolicyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ResourcePolicyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ResourcePolicyArgs
- 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 resourcePolicyResource = new Mongodbatlas.ResourcePolicy("resourcePolicyResource", new()
{
OrgId = "string",
Policies = new[]
{
new Mongodbatlas.Inputs.ResourcePolicyPolicyArgs
{
Body = "string",
Id = "string",
},
},
Name = "string",
});
example, err := mongodbatlas.NewResourcePolicy(ctx, "resourcePolicyResource", &mongodbatlas.ResourcePolicyArgs{
OrgId: pulumi.String("string"),
Policies: mongodbatlas.ResourcePolicyPolicyArray{
&mongodbatlas.ResourcePolicyPolicyArgs{
Body: pulumi.String("string"),
Id: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
})
var resourcePolicyResource = new ResourcePolicy("resourcePolicyResource", ResourcePolicyArgs.builder()
.orgId("string")
.policies(ResourcePolicyPolicyArgs.builder()
.body("string")
.id("string")
.build())
.name("string")
.build());
resource_policy_resource = mongodbatlas.ResourcePolicy("resourcePolicyResource",
org_id="string",
policies=[{
"body": "string",
"id": "string",
}],
name="string")
const resourcePolicyResource = new mongodbatlas.ResourcePolicy("resourcePolicyResource", {
orgId: "string",
policies: [{
body: "string",
id: "string",
}],
name: "string",
});
type: mongodbatlas:ResourcePolicy
properties:
name: string
orgId: string
policies:
- body: string
id: string
ResourcePolicy 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 ResourcePolicy resource accepts the following input properties:
- Org
Id string - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- Policies
List<Resource
Policy Policy> - List of policies that make up the Atlas resource policy.
- Name string
- Human-readable label that describes the Atlas resource policy.
- Org
Id string - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- Policies
[]Resource
Policy Policy Args - List of policies that make up the Atlas resource policy.
- Name string
- Human-readable label that describes the Atlas resource policy.
- org
Id String - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- policies
List<Resource
Policy Policy> - List of policies that make up the Atlas resource policy.
- name String
- Human-readable label that describes the Atlas resource policy.
- org
Id string - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- policies
Resource
Policy Policy[] - List of policies that make up the Atlas resource policy.
- name string
- Human-readable label that describes the Atlas resource policy.
- org_
id str - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- policies
Sequence[Resource
Policy Policy Args] - List of policies that make up the Atlas resource policy.
- name str
- Human-readable label that describes the Atlas resource policy.
- org
Id String - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- policies List<Property Map>
- List of policies that make up the Atlas resource policy.
- name String
- Human-readable label that describes the Atlas resource policy.
Outputs
All input properties are implicitly available as output properties. Additionally, the ResourcePolicy resource produces the following output properties:
- Created
By ResourceUser Policy Created By User - The user that last updated the Atlas resource policy.
- Created
Date string - Date and time in UTC when the Atlas resource policy was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated ResourceBy User Policy Last Updated By User - The user that last updated the Atlas resource policy.
- Last
Updated stringDate - Date and time in UTC when the Atlas resource policy was last updated.
- Version string
- A string that identifies the version of the Atlas resource policy.
- Created
By ResourceUser Policy Created By User - The user that last updated the Atlas resource policy.
- Created
Date string - Date and time in UTC when the Atlas resource policy was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated ResourceBy User Policy Last Updated By User - The user that last updated the Atlas resource policy.
- Last
Updated stringDate - Date and time in UTC when the Atlas resource policy was last updated.
- Version string
- A string that identifies the version of the Atlas resource policy.
- created
By ResourceUser Policy Created By User - The user that last updated the Atlas resource policy.
- created
Date String - Date and time in UTC when the Atlas resource policy was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated ResourceBy User Policy Last Updated By User - The user that last updated the Atlas resource policy.
- last
Updated StringDate - Date and time in UTC when the Atlas resource policy was last updated.
- version String
- A string that identifies the version of the Atlas resource policy.
- created
By ResourceUser Policy Created By User - The user that last updated the Atlas resource policy.
- created
Date string - Date and time in UTC when the Atlas resource policy was created.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Updated ResourceBy User Policy Last Updated By User - The user that last updated the Atlas resource policy.
- last
Updated stringDate - Date and time in UTC when the Atlas resource policy was last updated.
- version string
- A string that identifies the version of the Atlas resource policy.
- created_
by_ Resourceuser Policy Created By User - The user that last updated the Atlas resource policy.
- created_
date str - Date and time in UTC when the Atlas resource policy was created.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
updated_ Resourceby_ user Policy Last Updated By User - The user that last updated the Atlas resource policy.
- last_
updated_ strdate - Date and time in UTC when the Atlas resource policy was last updated.
- version str
- A string that identifies the version of the Atlas resource policy.
- created
By Property MapUser - The user that last updated the Atlas resource policy.
- created
Date String - Date and time in UTC when the Atlas resource policy was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated Property MapBy User - The user that last updated the Atlas resource policy.
- last
Updated StringDate - Date and time in UTC when the Atlas resource policy was last updated.
- version String
- A string that identifies the version of the Atlas resource policy.
Look up Existing ResourcePolicy Resource
Get an existing ResourcePolicy 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?: ResourcePolicyState, opts?: CustomResourceOptions): ResourcePolicy
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
created_by_user: Optional[ResourcePolicyCreatedByUserArgs] = None,
created_date: Optional[str] = None,
last_updated_by_user: Optional[ResourcePolicyLastUpdatedByUserArgs] = None,
last_updated_date: Optional[str] = None,
name: Optional[str] = None,
org_id: Optional[str] = None,
policies: Optional[Sequence[ResourcePolicyPolicyArgs]] = None,
version: Optional[str] = None) -> ResourcePolicy
func GetResourcePolicy(ctx *Context, name string, id IDInput, state *ResourcePolicyState, opts ...ResourceOption) (*ResourcePolicy, error)
public static ResourcePolicy Get(string name, Input<string> id, ResourcePolicyState? state, CustomResourceOptions? opts = null)
public static ResourcePolicy get(String name, Output<String> id, ResourcePolicyState state, CustomResourceOptions options)
resources: _: type: mongodbatlas:ResourcePolicy 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.
- Created
By ResourceUser Policy Created By User - The user that last updated the Atlas resource policy.
- Created
Date string - Date and time in UTC when the Atlas resource policy was created.
- Last
Updated ResourceBy User Policy Last Updated By User - The user that last updated the Atlas resource policy.
- Last
Updated stringDate - Date and time in UTC when the Atlas resource policy was last updated.
- Name string
- Human-readable label that describes the Atlas resource policy.
- Org
Id string - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- Policies
List<Resource
Policy Policy> - List of policies that make up the Atlas resource policy.
- Version string
- A string that identifies the version of the Atlas resource policy.
- Created
By ResourceUser Policy Created By User Args - The user that last updated the Atlas resource policy.
- Created
Date string - Date and time in UTC when the Atlas resource policy was created.
- Last
Updated ResourceBy User Policy Last Updated By User Args - The user that last updated the Atlas resource policy.
- Last
Updated stringDate - Date and time in UTC when the Atlas resource policy was last updated.
- Name string
- Human-readable label that describes the Atlas resource policy.
- Org
Id string - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- Policies
[]Resource
Policy Policy Args - List of policies that make up the Atlas resource policy.
- Version string
- A string that identifies the version of the Atlas resource policy.
- created
By ResourceUser Policy Created By User - The user that last updated the Atlas resource policy.
- created
Date String - Date and time in UTC when the Atlas resource policy was created.
- last
Updated ResourceBy User Policy Last Updated By User - The user that last updated the Atlas resource policy.
- last
Updated StringDate - Date and time in UTC when the Atlas resource policy was last updated.
- name String
- Human-readable label that describes the Atlas resource policy.
- org
Id String - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- policies
List<Resource
Policy Policy> - List of policies that make up the Atlas resource policy.
- version String
- A string that identifies the version of the Atlas resource policy.
- created
By ResourceUser Policy Created By User - The user that last updated the Atlas resource policy.
- created
Date string - Date and time in UTC when the Atlas resource policy was created.
- last
Updated ResourceBy User Policy Last Updated By User - The user that last updated the Atlas resource policy.
- last
Updated stringDate - Date and time in UTC when the Atlas resource policy was last updated.
- name string
- Human-readable label that describes the Atlas resource policy.
- org
Id string - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- policies
Resource
Policy Policy[] - List of policies that make up the Atlas resource policy.
- version string
- A string that identifies the version of the Atlas resource policy.
- created_
by_ Resourceuser Policy Created By User Args - The user that last updated the Atlas resource policy.
- created_
date str - Date and time in UTC when the Atlas resource policy was created.
- last_
updated_ Resourceby_ user Policy Last Updated By User Args - The user that last updated the Atlas resource policy.
- last_
updated_ strdate - Date and time in UTC when the Atlas resource policy was last updated.
- name str
- Human-readable label that describes the Atlas resource policy.
- org_
id str - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- policies
Sequence[Resource
Policy Policy Args] - List of policies that make up the Atlas resource policy.
- version str
- A string that identifies the version of the Atlas resource policy.
- created
By Property MapUser - The user that last updated the Atlas resource policy.
- created
Date String - Date and time in UTC when the Atlas resource policy was created.
- last
Updated Property MapBy User - The user that last updated the Atlas resource policy.
- last
Updated StringDate - Date and time in UTC when the Atlas resource policy was last updated.
- name String
- Human-readable label that describes the Atlas resource policy.
- org
Id String - Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the /orgs endpoint to retrieve all organizations to which the authenticated user has access.
- policies List<Property Map>
- List of policies that make up the Atlas resource policy.
- version String
- A string that identifies the version of the Atlas resource policy.
Supporting Types
ResourcePolicyCreatedByUser, ResourcePolicyCreatedByUserArgs
ResourcePolicyLastUpdatedByUser, ResourcePolicyLastUpdatedByUserArgs
ResourcePolicyPolicy, ResourcePolicyPolicyArgs
Import
Resource Policy resource can be imported using the org ID and policy ID, in the format {ORG_ID}-{POLICY_ID}
, e.g.
terraform import mongodbatlas_resource_policy.cloud_region 65def6ce0f722a1507105aa5-66f1c018dba9c04e7dcfaf36
For more information see: MongoDB Atlas API - Resource Policies Documentation.
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- MongoDB Atlas pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mongodbatlas
Terraform Provider.