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 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 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 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 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 String
- The unique name of the resource.
- args 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",
},
});
example, err := dynatrace.NewCloudDevelopmentEnvironments(ctx, "cloudDevelopmentEnvironmentsResource", &dynatrace.CloudDevelopmentEnvironmentsArgs{
CloudDevelopmentEnvironments: pulumi.StringArray{
pulumi.String("string"),
},
})
var cloudDevelopmentEnvironmentsResource = new CloudDevelopmentEnvironments("cloudDevelopmentEnvironmentsResource", CloudDevelopmentEnvironmentsArgs.builder()
.cloudDevelopmentEnvironments("string")
.build());
cloud_development_environments_resource = dynatrace.CloudDevelopmentEnvironments("cloudDevelopmentEnvironmentsResource", cloud_development_environments=["string"])
const cloudDevelopmentEnvironmentsResource = new dynatrace.CloudDevelopmentEnvironments("cloudDevelopmentEnvironmentsResource", {cloudDevelopmentEnvironments: ["string"]});
type: dynatrace:CloudDevelopmentEnvironments
properties:
cloudDevelopmentEnvironments:
- string
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
.
- Cloud
Development []stringEnvironments - The URL to allow app development from. E.g.
https://*.my-company.my-cde-provider.com
.
- cloud
Development List<String>Environments - The URL to allow app development from. E.g.
https://*.my-company.my-cde-provider.com
.
- cloud
Development string[]Environments - The URL to allow app development from. E.g.
https://*.my-company.my-cde-provider.com
.
- cloud_
development_ Sequence[str]environments - The URL to allow app development from. E.g.
https://*.my-company.my-cde-provider.com
.
- cloud
Development List<String>Environments - 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)
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.
- Environments List<string>
- The URL to allow app development from. E.g.
https://*.my-company.my-cde-provider.com
.
- Cloud
Development []stringEnvironments - The URL to allow app development from. E.g.
https://*.my-company.my-cde-provider.com
.
- cloud
Development List<String>Environments - The URL to allow app development from. E.g.
https://*.my-company.my-cde-provider.com
.
- cloud
Development string[]Environments - The URL to allow app development from. E.g.
https://*.my-company.my-cde-provider.com
.
- cloud_
development_ Sequence[str]environments - The URL to allow app development from. E.g.
https://*.my-company.my-cde-provider.com
.
- cloud
Development List<String>Environments - 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.