auto-deploy.AutoDeployer
Explore with Pulumi AI
Automatically trigger downstream updates on dependent stacks via Pulumi Deployments. AutoDeployer requires that stacks have Deployment Settings configured.
Create AutoDeployer Resource
new AutoDeployer(name: string, args: AutoDeployerArgs, opts?: CustomResourceOptions);
@overload
def AutoDeployer(resource_name: str,
opts: Optional[ResourceOptions] = None,
downstream_refs: Optional[Sequence[str]] = None,
organization: Optional[str] = None,
project: Optional[str] = None,
stack: Optional[str] = None)
@overload
def AutoDeployer(resource_name: str,
args: AutoDeployerArgs,
opts: Optional[ResourceOptions] = None)
func NewAutoDeployer(ctx *Context, name string, args AutoDeployerArgs, opts ...ResourceOption) (*AutoDeployer, error)
public AutoDeployer(string name, AutoDeployerArgs args, CustomResourceOptions? opts = null)
public AutoDeployer(String name, AutoDeployerArgs args)
public AutoDeployer(String name, AutoDeployerArgs args, CustomResourceOptions options)
type: auto-deploy:AutoDeployer
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AutoDeployerArgs
- 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 AutoDeployerArgs
- 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 AutoDeployerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AutoDeployerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AutoDeployerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AutoDeployer 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 AutoDeployer resource accepts the following input properties:
- Downstream
Refs List<string> A list of
AutoDeployer.DownstreamRef
indicating which stacks should automatically be updated via Pulumi Deployments when this stack is successfully updated.- Organization string
The organization name for the AutoDeployer stack.
- Project string
The project name for the AutoDeployer stack.
- Stack string
The stack name for this AutoDeployer.
- Downstream
Refs []string A list of
AutoDeployer.DownstreamRef
indicating which stacks should automatically be updated via Pulumi Deployments when this stack is successfully updated.- Organization string
The organization name for the AutoDeployer stack.
- Project string
The project name for the AutoDeployer stack.
- Stack string
The stack name for this AutoDeployer.
- downstream
Refs List<String> A list of
AutoDeployer.DownstreamRef
indicating which stacks should automatically be updated via Pulumi Deployments when this stack is successfully updated.- organization String
The organization name for the AutoDeployer stack.
- project String
The project name for the AutoDeployer stack.
- stack String
The stack name for this AutoDeployer.
- downstream
Refs string[] A list of
AutoDeployer.DownstreamRef
indicating which stacks should automatically be updated via Pulumi Deployments when this stack is successfully updated.- organization string
The organization name for the AutoDeployer stack.
- project string
The project name for the AutoDeployer stack.
- stack string
The stack name for this AutoDeployer.
- downstream_
refs Sequence[str] A list of
AutoDeployer.DownstreamRef
indicating which stacks should automatically be updated via Pulumi Deployments when this stack is successfully updated.- organization str
The organization name for the AutoDeployer stack.
- project str
The project name for the AutoDeployer stack.
- stack str
The stack name for this AutoDeployer.
- downstream
Refs List<String> A list of
AutoDeployer.DownstreamRef
indicating which stacks should automatically be updated via Pulumi Deployments when this stack is successfully updated.- organization String
The organization name for the AutoDeployer stack.
- project String
The project name for the AutoDeployer stack.
- stack String
The stack name for this AutoDeployer.
Outputs
All input properties are implicitly available as output properties. Additionally, the AutoDeployer resource produces the following output properties:
- Downstream
Webhooks List<string> A list of webhook URLs configured on this stack to trigger downstream deployments.
- Ref string
The output reference that can be passed to another AutoDeployer's downstreamRefs list to configure depedent updates.
- Downstream
Webhooks []string A list of webhook URLs configured on this stack to trigger downstream deployments.
- Ref string
The output reference that can be passed to another AutoDeployer's downstreamRefs list to configure depedent updates.
- downstream
Webhooks List<String> A list of webhook URLs configured on this stack to trigger downstream deployments.
- ref String
The output reference that can be passed to another AutoDeployer's downstreamRefs list to configure depedent updates.
- downstream
Webhooks string[] A list of webhook URLs configured on this stack to trigger downstream deployments.
- ref string
The output reference that can be passed to another AutoDeployer's downstreamRefs list to configure depedent updates.
- downstream_
webhooks Sequence[str] A list of webhook URLs configured on this stack to trigger downstream deployments.
- ref str
The output reference that can be passed to another AutoDeployer's downstreamRefs list to configure depedent updates.
- downstream
Webhooks List<String> A list of webhook URLs configured on this stack to trigger downstream deployments.
- ref String
The output reference that can be passed to another AutoDeployer's downstreamRefs list to configure depedent updates.
Package Details
- Repository
- auto-deploy
- License