dnsimple.EmailForward
Explore with Pulumi AI
Create EmailForward Resource
new EmailForward(name: string, args: EmailForwardArgs, opts?: CustomResourceOptions);
@overload
def EmailForward(resource_name: str,
opts: Optional[ResourceOptions] = None,
alias_name: Optional[str] = None,
destination_email: Optional[str] = None,
domain: Optional[str] = None)
@overload
def EmailForward(resource_name: str,
args: EmailForwardArgs,
opts: Optional[ResourceOptions] = None)
func NewEmailForward(ctx *Context, name string, args EmailForwardArgs, opts ...ResourceOption) (*EmailForward, error)
public EmailForward(string name, EmailForwardArgs args, CustomResourceOptions? opts = null)
public EmailForward(String name, EmailForwardArgs args)
public EmailForward(String name, EmailForwardArgs args, CustomResourceOptions options)
type: dnsimple:EmailForward
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EmailForwardArgs
- 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 EmailForwardArgs
- 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 EmailForwardArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EmailForwardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EmailForwardArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EmailForward 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 EmailForward resource accepts the following input properties:
- Alias
Name string - Destination
Email string - Domain string
- Alias
Name string - Destination
Email string - Domain string
- alias
Name String - destination
Email String - domain String
- alias
Name string - destination
Email string - domain string
- alias_
name str - destination_
email str - domain str
- alias
Name String - destination
Email String - domain String
Outputs
All input properties are implicitly available as output properties. Additionally, the EmailForward resource produces the following output properties:
- Alias
Email string - Id string
The provider-assigned unique ID for this managed resource.
- Alias
Email string - Id string
The provider-assigned unique ID for this managed resource.
- alias
Email String - id String
The provider-assigned unique ID for this managed resource.
- alias
Email string - id string
The provider-assigned unique ID for this managed resource.
- alias_
email str - id str
The provider-assigned unique ID for this managed resource.
- alias
Email String - id String
The provider-assigned unique ID for this managed resource.
Look up Existing EmailForward Resource
Get an existing EmailForward 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?: EmailForwardState, opts?: CustomResourceOptions): EmailForward
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
alias_email: Optional[str] = None,
alias_name: Optional[str] = None,
destination_email: Optional[str] = None,
domain: Optional[str] = None) -> EmailForward
func GetEmailForward(ctx *Context, name string, id IDInput, state *EmailForwardState, opts ...ResourceOption) (*EmailForward, error)
public static EmailForward Get(string name, Input<string> id, EmailForwardState? state, CustomResourceOptions? opts = null)
public static EmailForward get(String name, Output<String> id, EmailForwardState 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.
- Alias
Email string - Alias
Name string - Destination
Email string - Domain string
- Alias
Email string - Alias
Name string - Destination
Email string - Domain string
- alias
Email String - alias
Name String - destination
Email String - domain String
- alias
Email string - alias
Name string - destination
Email string - domain string
- alias_
email str - alias_
name str - destination_
email str - domain str
- alias
Email String - alias
Name String - destination
Email String - domain String
Package Details
- Repository
- DNSimple pulumi/pulumi-dnsimple
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dnsimple
Terraform Provider.