harness.platform.EnvironmentServiceOverrides

Resource for creating a Harness environment service overrides.

Create EnvironmentServiceOverrides Resource

new EnvironmentServiceOverrides(name: string, args: EnvironmentServiceOverridesArgs, opts?: CustomResourceOptions);
@overload
def EnvironmentServiceOverrides(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                env_id: Optional[str] = None,
                                identifier: Optional[str] = None,
                                org_id: Optional[str] = None,
                                project_id: Optional[str] = None,
                                service_id: Optional[str] = None,
                                yaml: Optional[str] = None)
@overload
def EnvironmentServiceOverrides(resource_name: str,
                                args: EnvironmentServiceOverridesArgs,
                                opts: Optional[ResourceOptions] = None)
func NewEnvironmentServiceOverrides(ctx *Context, name string, args EnvironmentServiceOverridesArgs, opts ...ResourceOption) (*EnvironmentServiceOverrides, error)
public EnvironmentServiceOverrides(string name, EnvironmentServiceOverridesArgs args, CustomResourceOptions? opts = null)
public EnvironmentServiceOverrides(String name, EnvironmentServiceOverridesArgs args)
public EnvironmentServiceOverrides(String name, EnvironmentServiceOverridesArgs args, CustomResourceOptions options)
type: harness:platform:EnvironmentServiceOverrides
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args EnvironmentServiceOverridesArgs
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 EnvironmentServiceOverridesArgs
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 EnvironmentServiceOverridesArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args EnvironmentServiceOverridesArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args EnvironmentServiceOverridesArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

EnvId string

The env ID to which the overrides associated.

Identifier string

identifier of the service overrides.

OrgId string

Unique identifier of the organization.

ProjectId string

Unique identifier of the project.

ServiceId string

The service ID to which the overrides applies.

Yaml string

Environment Service Overrides YAML

EnvId string

The env ID to which the overrides associated.

Identifier string

identifier of the service overrides.

OrgId string

Unique identifier of the organization.

ProjectId string

Unique identifier of the project.

ServiceId string

The service ID to which the overrides applies.

Yaml string

Environment Service Overrides YAML

envId String

The env ID to which the overrides associated.

identifier String

identifier of the service overrides.

orgId String

Unique identifier of the organization.

projectId String

Unique identifier of the project.

serviceId String

The service ID to which the overrides applies.

yaml String

Environment Service Overrides YAML

envId string

The env ID to which the overrides associated.

identifier string

identifier of the service overrides.

orgId string

Unique identifier of the organization.

projectId string

Unique identifier of the project.

serviceId string

The service ID to which the overrides applies.

yaml string

Environment Service Overrides YAML

env_id str

The env ID to which the overrides associated.

identifier str

identifier of the service overrides.

org_id str

Unique identifier of the organization.

project_id str

Unique identifier of the project.

service_id str

The service ID to which the overrides applies.

yaml str

Environment Service Overrides YAML

envId String

The env ID to which the overrides associated.

identifier String

identifier of the service overrides.

orgId String

Unique identifier of the organization.

projectId String

Unique identifier of the project.

serviceId String

The service ID to which the overrides applies.

yaml String

Environment Service Overrides YAML

Outputs

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

Get an existing EnvironmentServiceOverrides 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?: EnvironmentServiceOverridesState, opts?: CustomResourceOptions): EnvironmentServiceOverrides
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        env_id: Optional[str] = None,
        identifier: Optional[str] = None,
        org_id: Optional[str] = None,
        project_id: Optional[str] = None,
        service_id: Optional[str] = None,
        yaml: Optional[str] = None) -> EnvironmentServiceOverrides
func GetEnvironmentServiceOverrides(ctx *Context, name string, id IDInput, state *EnvironmentServiceOverridesState, opts ...ResourceOption) (*EnvironmentServiceOverrides, error)
public static EnvironmentServiceOverrides Get(string name, Input<string> id, EnvironmentServiceOverridesState? state, CustomResourceOptions? opts = null)
public static EnvironmentServiceOverrides get(String name, Output<String> id, EnvironmentServiceOverridesState 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.
The following state arguments are supported:
EnvId string

The env ID to which the overrides associated.

Identifier string

identifier of the service overrides.

OrgId string

Unique identifier of the organization.

ProjectId string

Unique identifier of the project.

ServiceId string

The service ID to which the overrides applies.

Yaml string

Environment Service Overrides YAML

EnvId string

The env ID to which the overrides associated.

Identifier string

identifier of the service overrides.

OrgId string

Unique identifier of the organization.

ProjectId string

Unique identifier of the project.

ServiceId string

The service ID to which the overrides applies.

Yaml string

Environment Service Overrides YAML

envId String

The env ID to which the overrides associated.

identifier String

identifier of the service overrides.

orgId String

Unique identifier of the organization.

projectId String

Unique identifier of the project.

serviceId String

The service ID to which the overrides applies.

yaml String

Environment Service Overrides YAML

envId string

The env ID to which the overrides associated.

identifier string

identifier of the service overrides.

orgId string

Unique identifier of the organization.

projectId string

Unique identifier of the project.

serviceId string

The service ID to which the overrides applies.

yaml string

Environment Service Overrides YAML

env_id str

The env ID to which the overrides associated.

identifier str

identifier of the service overrides.

org_id str

Unique identifier of the organization.

project_id str

Unique identifier of the project.

service_id str

The service ID to which the overrides applies.

yaml str

Environment Service Overrides YAML

envId String

The env ID to which the overrides associated.

identifier String

identifier of the service overrides.

orgId String

Unique identifier of the organization.

projectId String

Unique identifier of the project.

serviceId String

The service ID to which the overrides applies.

yaml String

Environment Service Overrides YAML

Package Details

Repository
harness lbrlabs/pulumi-harness
License
Apache-2.0
Notes

This Pulumi package is based on the harness Terraform Provider.