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

dynatrace.CloudFoundry

Explore with Pulumi AI

Create CloudFoundry Resource

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

Constructor syntax

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

@overload
def CloudFoundry(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 api_url: Optional[str] = None,
                 enabled: Optional[bool] = None,
                 label: Optional[str] = None,
                 login_url: Optional[str] = None,
                 password: Optional[str] = None,
                 username: Optional[str] = None,
                 active_gate_group: Optional[str] = None)
func NewCloudFoundry(ctx *Context, name string, args CloudFoundryArgs, opts ...ResourceOption) (*CloudFoundry, error)
public CloudFoundry(string name, CloudFoundryArgs args, CustomResourceOptions? opts = null)
public CloudFoundry(String name, CloudFoundryArgs args)
public CloudFoundry(String name, CloudFoundryArgs args, CustomResourceOptions options)
type: dynatrace:CloudFoundry
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 This property is required. CloudFoundryArgs
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 This property is required. CloudFoundryArgs
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 This property is required. CloudFoundryArgs
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 This property is required. CloudFoundryArgs
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. CloudFoundryArgs
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 cloudFoundryResource = new Dynatrace.CloudFoundry("cloudFoundryResource", new()
{
    ApiUrl = "string",
    Enabled = false,
    Label = "string",
    LoginUrl = "string",
    Password = "string",
    Username = "string",
    ActiveGateGroup = "string",
});
Copy
example, err := dynatrace.NewCloudFoundry(ctx, "cloudFoundryResource", &dynatrace.CloudFoundryArgs{
	ApiUrl:          pulumi.String("string"),
	Enabled:         pulumi.Bool(false),
	Label:           pulumi.String("string"),
	LoginUrl:        pulumi.String("string"),
	Password:        pulumi.String("string"),
	Username:        pulumi.String("string"),
	ActiveGateGroup: pulumi.String("string"),
})
Copy
var cloudFoundryResource = new CloudFoundry("cloudFoundryResource", CloudFoundryArgs.builder()
    .apiUrl("string")
    .enabled(false)
    .label("string")
    .loginUrl("string")
    .password("string")
    .username("string")
    .activeGateGroup("string")
    .build());
Copy
cloud_foundry_resource = dynatrace.CloudFoundry("cloudFoundryResource",
    api_url="string",
    enabled=False,
    label="string",
    login_url="string",
    password="string",
    username="string",
    active_gate_group="string")
Copy
const cloudFoundryResource = new dynatrace.CloudFoundry("cloudFoundryResource", {
    apiUrl: "string",
    enabled: false,
    label: "string",
    loginUrl: "string",
    password: "string",
    username: "string",
    activeGateGroup: "string",
});
Copy
type: dynatrace:CloudFoundry
properties:
    activeGateGroup: string
    apiUrl: string
    enabled: false
    label: string
    loginUrl: string
    password: string
    username: string
Copy

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

ApiUrl This property is required. string
Cloud Foundry API Target
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Label This property is required. string
Name this connection
LoginUrl This property is required. string
Cloud Foundry Authentication Endpoint
Password This property is required. string
Cloud Foundry Password
Username This property is required. string
Cloud Foundry Username
ActiveGateGroup string
ActiveGate group
ApiUrl This property is required. string
Cloud Foundry API Target
Enabled This property is required. bool
This setting is enabled (true) or disabled (false)
Label This property is required. string
Name this connection
LoginUrl This property is required. string
Cloud Foundry Authentication Endpoint
Password This property is required. string
Cloud Foundry Password
Username This property is required. string
Cloud Foundry Username
ActiveGateGroup string
ActiveGate group
apiUrl This property is required. String
Cloud Foundry API Target
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
label This property is required. String
Name this connection
loginUrl This property is required. String
Cloud Foundry Authentication Endpoint
password This property is required. String
Cloud Foundry Password
username This property is required. String
Cloud Foundry Username
activeGateGroup String
ActiveGate group
apiUrl This property is required. string
Cloud Foundry API Target
enabled This property is required. boolean
This setting is enabled (true) or disabled (false)
label This property is required. string
Name this connection
loginUrl This property is required. string
Cloud Foundry Authentication Endpoint
password This property is required. string
Cloud Foundry Password
username This property is required. string
Cloud Foundry Username
activeGateGroup string
ActiveGate group
api_url This property is required. str
Cloud Foundry API Target
enabled This property is required. bool
This setting is enabled (true) or disabled (false)
label This property is required. str
Name this connection
login_url This property is required. str
Cloud Foundry Authentication Endpoint
password This property is required. str
Cloud Foundry Password
username This property is required. str
Cloud Foundry Username
active_gate_group str
ActiveGate group
apiUrl This property is required. String
Cloud Foundry API Target
enabled This property is required. Boolean
This setting is enabled (true) or disabled (false)
label This property is required. String
Name this connection
loginUrl This property is required. String
Cloud Foundry Authentication Endpoint
password This property is required. String
Cloud Foundry Password
username This property is required. String
Cloud Foundry Username
activeGateGroup String
ActiveGate group

Outputs

All input properties are implicitly available as output properties. Additionally, the CloudFoundry 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 CloudFoundry Resource

Get an existing CloudFoundry 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?: CloudFoundryState, opts?: CustomResourceOptions): CloudFoundry
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        active_gate_group: Optional[str] = None,
        api_url: Optional[str] = None,
        enabled: Optional[bool] = None,
        label: Optional[str] = None,
        login_url: Optional[str] = None,
        password: Optional[str] = None,
        username: Optional[str] = None) -> CloudFoundry
func GetCloudFoundry(ctx *Context, name string, id IDInput, state *CloudFoundryState, opts ...ResourceOption) (*CloudFoundry, error)
public static CloudFoundry Get(string name, Input<string> id, CloudFoundryState? state, CustomResourceOptions? opts = null)
public static CloudFoundry get(String name, Output<String> id, CloudFoundryState state, CustomResourceOptions options)
resources:  _:    type: dynatrace:CloudFoundry    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:
ActiveGateGroup string
ActiveGate group
ApiUrl string
Cloud Foundry API Target
Enabled bool
This setting is enabled (true) or disabled (false)
Label string
Name this connection
LoginUrl string
Cloud Foundry Authentication Endpoint
Password string
Cloud Foundry Password
Username string
Cloud Foundry Username
ActiveGateGroup string
ActiveGate group
ApiUrl string
Cloud Foundry API Target
Enabled bool
This setting is enabled (true) or disabled (false)
Label string
Name this connection
LoginUrl string
Cloud Foundry Authentication Endpoint
Password string
Cloud Foundry Password
Username string
Cloud Foundry Username
activeGateGroup String
ActiveGate group
apiUrl String
Cloud Foundry API Target
enabled Boolean
This setting is enabled (true) or disabled (false)
label String
Name this connection
loginUrl String
Cloud Foundry Authentication Endpoint
password String
Cloud Foundry Password
username String
Cloud Foundry Username
activeGateGroup string
ActiveGate group
apiUrl string
Cloud Foundry API Target
enabled boolean
This setting is enabled (true) or disabled (false)
label string
Name this connection
loginUrl string
Cloud Foundry Authentication Endpoint
password string
Cloud Foundry Password
username string
Cloud Foundry Username
active_gate_group str
ActiveGate group
api_url str
Cloud Foundry API Target
enabled bool
This setting is enabled (true) or disabled (false)
label str
Name this connection
login_url str
Cloud Foundry Authentication Endpoint
password str
Cloud Foundry Password
username str
Cloud Foundry Username
activeGateGroup String
ActiveGate group
apiUrl String
Cloud Foundry API Target
enabled Boolean
This setting is enabled (true) or disabled (false)
label String
Name this connection
loginUrl String
Cloud Foundry Authentication Endpoint
password String
Cloud Foundry Password
username String
Cloud Foundry Username

Package Details

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