harness.EnvironmentServiceOverrides
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: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:
- Env
Id string The env ID to which the overrides associated.
- Identifier string
identifier of the service overrides.
- Org
Id string Unique identifier of the Organization.
- Project
Id string Unique identifier of the Project.
- Service
Id string The service ID to which the overrides applies.
- Yaml string
Environment Service Overrides YAML
- Env
Id string The env ID to which the overrides associated.
- Identifier string
identifier of the service overrides.
- Org
Id string Unique identifier of the Organization.
- Project
Id string Unique identifier of the Project.
- Service
Id string The service ID to which the overrides applies.
- Yaml string
Environment Service Overrides YAML
- env
Id String The env ID to which the overrides associated.
- identifier String
identifier of the service overrides.
- org
Id String Unique identifier of the Organization.
- project
Id String Unique identifier of the Project.
- service
Id String The service ID to which the overrides applies.
- yaml String
Environment Service Overrides YAML
- env
Id string The env ID to which the overrides associated.
- identifier string
identifier of the service overrides.
- org
Id string Unique identifier of the Organization.
- project
Id string Unique identifier of the Project.
- service
Id 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
- env
Id String The env ID to which the overrides associated.
- identifier String
identifier of the service overrides.
- org
Id String Unique identifier of the Organization.
- project
Id String Unique identifier of the Project.
- service
Id 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.
- Env
Id string The env ID to which the overrides associated.
- Identifier string
identifier of the service overrides.
- Org
Id string Unique identifier of the Organization.
- Project
Id string Unique identifier of the Project.
- Service
Id string The service ID to which the overrides applies.
- Yaml string
Environment Service Overrides YAML
- Env
Id string The env ID to which the overrides associated.
- Identifier string
identifier of the service overrides.
- Org
Id string Unique identifier of the Organization.
- Project
Id string Unique identifier of the Project.
- Service
Id string The service ID to which the overrides applies.
- Yaml string
Environment Service Overrides YAML
- env
Id String The env ID to which the overrides associated.
- identifier String
identifier of the service overrides.
- org
Id String Unique identifier of the Organization.
- project
Id String Unique identifier of the Project.
- service
Id String The service ID to which the overrides applies.
- yaml String
Environment Service Overrides YAML
- env
Id string The env ID to which the overrides associated.
- identifier string
identifier of the service overrides.
- org
Id string Unique identifier of the Organization.
- project
Id string Unique identifier of the Project.
- service
Id 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
- env
Id String The env ID to which the overrides associated.
- identifier String
identifier of the service overrides.
- org
Id String Unique identifier of the Organization.
- project
Id String Unique identifier of the Project.
- service
Id 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.