dnsimple logo
DNSimple v3.4.0, Nov 30 22

dnsimple.EmailForward

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:

AliasName string
DestinationEmail string
Domain string
AliasName string
DestinationEmail string
Domain string
aliasName String
destinationEmail String
domain String
aliasName string
destinationEmail string
domain string
aliasName String
destinationEmail String
domain String

Outputs

All input properties are implicitly available as output properties. Additionally, the EmailForward resource produces the following output properties:

AliasEmail string
Id string

The provider-assigned unique ID for this managed resource.

AliasEmail string
Id string

The provider-assigned unique ID for this managed resource.

aliasEmail String
id String

The provider-assigned unique ID for this managed resource.

aliasEmail 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.

aliasEmail 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.
The following state arguments are supported:
AliasEmail string
AliasName string
DestinationEmail string
Domain string
AliasEmail string
AliasName string
DestinationEmail string
Domain string
aliasEmail String
aliasName String
destinationEmail String
domain String
aliasEmail string
aliasName string
destinationEmail string
domain string
aliasEmail String
aliasName String
destinationEmail 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.