1. Packages
  2. Dynatrace
  3. API Docs
  4. CloudDevelopmentEnvironments
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

dynatrace.CloudDevelopmentEnvironments

Explore with Pulumi AI

Create CloudDevelopmentEnvironments Resource

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

Constructor syntax

new CloudDevelopmentEnvironments(name: string, args?: CloudDevelopmentEnvironmentsArgs, opts?: CustomResourceOptions);
@overload
def CloudDevelopmentEnvironments(resource_name: str,
                                 args: Optional[CloudDevelopmentEnvironmentsArgs] = None,
                                 opts: Optional[ResourceOptions] = None)

@overload
def CloudDevelopmentEnvironments(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 cloud_development_environments: Optional[Sequence[str]] = None)
func NewCloudDevelopmentEnvironments(ctx *Context, name string, args *CloudDevelopmentEnvironmentsArgs, opts ...ResourceOption) (*CloudDevelopmentEnvironments, error)
public CloudDevelopmentEnvironments(string name, CloudDevelopmentEnvironmentsArgs? args = null, CustomResourceOptions? opts = null)
public CloudDevelopmentEnvironments(String name, CloudDevelopmentEnvironmentsArgs args)
public CloudDevelopmentEnvironments(String name, CloudDevelopmentEnvironmentsArgs args, CustomResourceOptions options)
type: dynatrace:CloudDevelopmentEnvironments
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args CloudDevelopmentEnvironmentsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args CloudDevelopmentEnvironmentsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args CloudDevelopmentEnvironmentsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args CloudDevelopmentEnvironmentsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. CloudDevelopmentEnvironmentsArgs
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 cloudDevelopmentEnvironmentsResource = new Dynatrace.CloudDevelopmentEnvironments("cloudDevelopmentEnvironmentsResource", new()
{
    Environments = new[]
    {
        "string",
    },
});
Copy
example, err := dynatrace.NewCloudDevelopmentEnvironments(ctx, "cloudDevelopmentEnvironmentsResource", &dynatrace.CloudDevelopmentEnvironmentsArgs{
	CloudDevelopmentEnvironments: pulumi.StringArray{
		pulumi.String("string"),
	},
})
Copy
var cloudDevelopmentEnvironmentsResource = new CloudDevelopmentEnvironments("cloudDevelopmentEnvironmentsResource", CloudDevelopmentEnvironmentsArgs.builder()
    .cloudDevelopmentEnvironments("string")
    .build());
Copy
cloud_development_environments_resource = dynatrace.CloudDevelopmentEnvironments("cloudDevelopmentEnvironmentsResource", cloud_development_environments=["string"])
Copy
const cloudDevelopmentEnvironmentsResource = new dynatrace.CloudDevelopmentEnvironments("cloudDevelopmentEnvironmentsResource", {cloudDevelopmentEnvironments: ["string"]});
Copy
type: dynatrace:CloudDevelopmentEnvironments
properties:
    cloudDevelopmentEnvironments:
        - string
Copy

CloudDevelopmentEnvironments 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 CloudDevelopmentEnvironments resource accepts the following input properties:

Environments List<string>
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.
CloudDevelopmentEnvironments []string
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.
cloudDevelopmentEnvironments List<String>
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.
cloudDevelopmentEnvironments string[]
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.
cloud_development_environments Sequence[str]
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.
cloudDevelopmentEnvironments List<String>
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing CloudDevelopmentEnvironments Resource

Get an existing CloudDevelopmentEnvironments 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?: CloudDevelopmentEnvironmentsState, opts?: CustomResourceOptions): CloudDevelopmentEnvironments
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        cloud_development_environments: Optional[Sequence[str]] = None) -> CloudDevelopmentEnvironments
func GetCloudDevelopmentEnvironments(ctx *Context, name string, id IDInput, state *CloudDevelopmentEnvironmentsState, opts ...ResourceOption) (*CloudDevelopmentEnvironments, error)
public static CloudDevelopmentEnvironments Get(string name, Input<string> id, CloudDevelopmentEnvironmentsState? state, CustomResourceOptions? opts = null)
public static CloudDevelopmentEnvironments get(String name, Output<String> id, CloudDevelopmentEnvironmentsState state, CustomResourceOptions options)
resources:  _:    type: dynatrace:CloudDevelopmentEnvironments    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
Environments List<string>
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.
CloudDevelopmentEnvironments []string
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.
cloudDevelopmentEnvironments List<String>
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.
cloudDevelopmentEnvironments string[]
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.
cloud_development_environments Sequence[str]
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.
cloudDevelopmentEnvironments List<String>
The URL to allow app development from. E.g. https://*.my-company.my-cde-provider.com.

Package Details

Repository
dynatrace pulumiverse/pulumi-dynatrace
License
Apache-2.0
Notes
This Pulumi package is based on the dynatrace Terraform Provider.