ibm.EnSubscriptionCustomEmail
Explore with Pulumi AI
Create, update, or delete a Custom Email subscription by using IBM Cloud™ Event Notifications.
Example Usage
Custom Email Subscription Creation
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.EnSubscriptionCustomEmail;
import com.pulumi.ibm.EnSubscriptionCustomEmailArgs;
import com.pulumi.ibm.inputs.EnSubscriptionCustomEmailAttributesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var customDomainEmailSubscription = new EnSubscriptionCustomEmail("customDomainEmailSubscription", EnSubscriptionCustomEmailArgs.builder()
.instanceGuid(ibm_resource_instance.en_terraform_test_resource().guid())
.description("Subscription for Certificate expiration alert")
.destinationId(ibm_resource_instance.ibm_en_subscription_custom_email().destination_id())
.topicId(ibm_en_topic.topic1().topic_id())
.attributes(EnSubscriptionCustomEmailAttributesArgs.builder()
.addNotificationPayload(true)
.replyToMail("en@ibm.com")
.replyToName("EYS ORG")
.fromName("ABC ORG")
.fromMail("Testuser@mailx.com")
.inviteds("test@gmail.com")
.build())
.build());
}
}
resources:
customDomainEmailSubscription:
type: ibm:EnSubscriptionCustomEmail
properties:
instanceGuid: ${ibm_resource_instance.en_terraform_test_resource.guid}
description: Subscription for Certificate expiration alert
destinationId: ${ibm_resource_instance.ibm_en_subscription_custom_email.destination_id}
topicId: ${ibm_en_topic.topic1.topic_id}
attributes:
addNotificationPayload: true
replyToMail: en@ibm.com
replyToName: EYS ORG
fromName: ABC ORG
fromMail: Testuser@mailx.com
inviteds:
- test@gmail.com
Email Subscription Updation
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.EnSubscriptionCustomEmail;
import com.pulumi.ibm.EnSubscriptionCustomEmailArgs;
import com.pulumi.ibm.inputs.EnSubscriptionCustomEmailAttributesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var customDomainEmailSubscription = new EnSubscriptionCustomEmail("customDomainEmailSubscription", EnSubscriptionCustomEmailArgs.builder()
.instanceGuid(ibm_resource_instance.en_terraform_test_resource().guid())
.description("Subscription for Certificate expiration alert")
.destinationId(ibm_resource_instance.ibm_en_subscription_custom_email().destination_id())
.topicId(ibm_en_topic.topic1().topic_id())
.attributes(EnSubscriptionCustomEmailAttributesArgs.builder()
.addNotificationPayload(true)
.replyToMail("en@ibm.com")
.replyToName("EYS ORG")
.fromName("ABC ORG")
.fromMail("Testuser@mailx.com")
.adds("productionuser@ibm.com")
.removes("testuser@gamil.com")
.build())
.build());
}
}
resources:
customDomainEmailSubscription:
type: ibm:EnSubscriptionCustomEmail
properties:
instanceGuid: ${ibm_resource_instance.en_terraform_test_resource.guid}
description: Subscription for Certificate expiration alert
destinationId: ${ibm_resource_instance.ibm_en_subscription_custom_email.destination_id}
topicId: ${ibm_en_topic.topic1.topic_id}
attributes:
addNotificationPayload: true
replyToMail: en@ibm.com
replyToName: EYS ORG
fromName: ABC ORG
fromMail: Testuser@mailx.com
adds:
- productionuser@ibm.com
removes:
- testuser@gamil.com
Create EnSubscriptionCustomEmail Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EnSubscriptionCustomEmail(name: string, args: EnSubscriptionCustomEmailArgs, opts?: CustomResourceOptions);
@overload
def EnSubscriptionCustomEmail(resource_name: str,
args: EnSubscriptionCustomEmailArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EnSubscriptionCustomEmail(resource_name: str,
opts: Optional[ResourceOptions] = None,
destination_id: Optional[str] = None,
instance_guid: Optional[str] = None,
topic_id: Optional[str] = None,
attributes: Optional[EnSubscriptionCustomEmailAttributesArgs] = None,
description: Optional[str] = None,
en_subscription_custom_email_id: Optional[str] = None,
name: Optional[str] = None)
func NewEnSubscriptionCustomEmail(ctx *Context, name string, args EnSubscriptionCustomEmailArgs, opts ...ResourceOption) (*EnSubscriptionCustomEmail, error)
public EnSubscriptionCustomEmail(string name, EnSubscriptionCustomEmailArgs args, CustomResourceOptions? opts = null)
public EnSubscriptionCustomEmail(String name, EnSubscriptionCustomEmailArgs args)
public EnSubscriptionCustomEmail(String name, EnSubscriptionCustomEmailArgs args, CustomResourceOptions options)
type: ibm:EnSubscriptionCustomEmail
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EnSubscriptionCustomEmailArgs
- 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 EnSubscriptionCustomEmailArgs
- 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 EnSubscriptionCustomEmailArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EnSubscriptionCustomEmailArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EnSubscriptionCustomEmailArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var enSubscriptionCustomEmailResource = new Ibm.EnSubscriptionCustomEmail("enSubscriptionCustomEmailResource", new()
{
DestinationId = "string",
InstanceGuid = "string",
TopicId = "string",
Attributes = new Ibm.Inputs.EnSubscriptionCustomEmailAttributesArgs
{
AddNotificationPayload = false,
Adds = new[]
{
"string",
},
FromEmail = "string",
FromName = "string",
Inviteds = new[]
{
"string",
},
Removes = new[]
{
"string",
},
ReplyToMail = "string",
ReplyToName = "string",
TemplateIdInvitation = "string",
TemplateIdNotification = "string",
},
Description = "string",
EnSubscriptionCustomEmailId = "string",
Name = "string",
});
example, err := ibm.NewEnSubscriptionCustomEmail(ctx, "enSubscriptionCustomEmailResource", &ibm.EnSubscriptionCustomEmailArgs{
DestinationId: pulumi.String("string"),
InstanceGuid: pulumi.String("string"),
TopicId: pulumi.String("string"),
Attributes: &ibm.EnSubscriptionCustomEmailAttributesArgs{
AddNotificationPayload: pulumi.Bool(false),
Adds: pulumi.StringArray{
pulumi.String("string"),
},
FromEmail: pulumi.String("string"),
FromName: pulumi.String("string"),
Inviteds: pulumi.StringArray{
pulumi.String("string"),
},
Removes: pulumi.StringArray{
pulumi.String("string"),
},
ReplyToMail: pulumi.String("string"),
ReplyToName: pulumi.String("string"),
TemplateIdInvitation: pulumi.String("string"),
TemplateIdNotification: pulumi.String("string"),
},
Description: pulumi.String("string"),
EnSubscriptionCustomEmailId: pulumi.String("string"),
Name: pulumi.String("string"),
})
var enSubscriptionCustomEmailResource = new EnSubscriptionCustomEmail("enSubscriptionCustomEmailResource", EnSubscriptionCustomEmailArgs.builder()
.destinationId("string")
.instanceGuid("string")
.topicId("string")
.attributes(EnSubscriptionCustomEmailAttributesArgs.builder()
.addNotificationPayload(false)
.adds("string")
.fromEmail("string")
.fromName("string")
.inviteds("string")
.removes("string")
.replyToMail("string")
.replyToName("string")
.templateIdInvitation("string")
.templateIdNotification("string")
.build())
.description("string")
.enSubscriptionCustomEmailId("string")
.name("string")
.build());
en_subscription_custom_email_resource = ibm.EnSubscriptionCustomEmail("enSubscriptionCustomEmailResource",
destination_id="string",
instance_guid="string",
topic_id="string",
attributes={
"add_notification_payload": False,
"adds": ["string"],
"from_email": "string",
"from_name": "string",
"inviteds": ["string"],
"removes": ["string"],
"reply_to_mail": "string",
"reply_to_name": "string",
"template_id_invitation": "string",
"template_id_notification": "string",
},
description="string",
en_subscription_custom_email_id="string",
name="string")
const enSubscriptionCustomEmailResource = new ibm.EnSubscriptionCustomEmail("enSubscriptionCustomEmailResource", {
destinationId: "string",
instanceGuid: "string",
topicId: "string",
attributes: {
addNotificationPayload: false,
adds: ["string"],
fromEmail: "string",
fromName: "string",
inviteds: ["string"],
removes: ["string"],
replyToMail: "string",
replyToName: "string",
templateIdInvitation: "string",
templateIdNotification: "string",
},
description: "string",
enSubscriptionCustomEmailId: "string",
name: "string",
});
type: ibm:EnSubscriptionCustomEmail
properties:
attributes:
addNotificationPayload: false
adds:
- string
fromEmail: string
fromName: string
inviteds:
- string
removes:
- string
replyToMail: string
replyToName: string
templateIdInvitation: string
templateIdNotification: string
description: string
destinationId: string
enSubscriptionCustomEmailId: string
instanceGuid: string
name: string
topicId: string
EnSubscriptionCustomEmail Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The EnSubscriptionCustomEmail resource accepts the following input properties:
- Destination
Id string - Destination ID.
- Instance
Guid string - Unique identifier for IBM Cloud Event Notifications instance.
- Topic
Id string - Topic ID.
- Attributes
En
Subscription Custom Email Attributes Subscription attributes.
Nested scheme for attributes:
- Description string
- Subscription description.
- En
Subscription stringCustom Email Id - (String) The unique identifier of the
custom_domain_email_subscription
. - Name string
- Subscription name.
- Destination
Id string - Destination ID.
- Instance
Guid string - Unique identifier for IBM Cloud Event Notifications instance.
- Topic
Id string - Topic ID.
- Attributes
En
Subscription Custom Email Attributes Args Subscription attributes.
Nested scheme for attributes:
- Description string
- Subscription description.
- En
Subscription stringCustom Email Id - (String) The unique identifier of the
custom_domain_email_subscription
. - Name string
- Subscription name.
- destination
Id String - Destination ID.
- instance
Guid String - Unique identifier for IBM Cloud Event Notifications instance.
- topic
Id String - Topic ID.
- attributes
En
Subscription Custom Email Attributes Subscription attributes.
Nested scheme for attributes:
- description String
- Subscription description.
- en
Subscription StringCustom Email Id - (String) The unique identifier of the
custom_domain_email_subscription
. - name String
- Subscription name.
- destination
Id string - Destination ID.
- instance
Guid string - Unique identifier for IBM Cloud Event Notifications instance.
- topic
Id string - Topic ID.
- attributes
En
Subscription Custom Email Attributes Subscription attributes.
Nested scheme for attributes:
- description string
- Subscription description.
- en
Subscription stringCustom Email Id - (String) The unique identifier of the
custom_domain_email_subscription
. - name string
- Subscription name.
- destination_
id str - Destination ID.
- instance_
guid str - Unique identifier for IBM Cloud Event Notifications instance.
- topic_
id str - Topic ID.
- attributes
En
Subscription Custom Email Attributes Args Subscription attributes.
Nested scheme for attributes:
- description str
- Subscription description.
- en_
subscription_ strcustom_ email_ id - (String) The unique identifier of the
custom_domain_email_subscription
. - name str
- Subscription name.
- destination
Id String - Destination ID.
- instance
Guid String - Unique identifier for IBM Cloud Event Notifications instance.
- topic
Id String - Topic ID.
- attributes Property Map
Subscription attributes.
Nested scheme for attributes:
- description String
- Subscription description.
- en
Subscription StringCustom Email Id - (String) The unique identifier of the
custom_domain_email_subscription
. - name String
- Subscription name.
Outputs
All input properties are implicitly available as output properties. Additionally, the EnSubscriptionCustomEmail resource produces the following output properties:
- Destination
Name string - The Destintion name.
- Destination
Type string - The type of Destination.
- From string
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- Id string
- The provider-assigned unique ID for this managed resource.
- Subscription
Id string - (String) The unique identifier of the created subscription.
- Topic
Name string - Name of the topic.
- Updated
At string - (String) Last updated time.
- Destination
Name string - The Destintion name.
- Destination
Type string - The type of Destination.
- From string
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- Id string
- The provider-assigned unique ID for this managed resource.
- Subscription
Id string - (String) The unique identifier of the created subscription.
- Topic
Name string - Name of the topic.
- Updated
At string - (String) Last updated time.
- destination
Name String - The Destintion name.
- destination
Type String - The type of Destination.
- from String
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- id String
- The provider-assigned unique ID for this managed resource.
- subscription
Id String - (String) The unique identifier of the created subscription.
- topic
Name String - Name of the topic.
- updated
At String - (String) Last updated time.
- destination
Name string - The Destintion name.
- destination
Type string - The type of Destination.
- from string
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- id string
- The provider-assigned unique ID for this managed resource.
- subscription
Id string - (String) The unique identifier of the created subscription.
- topic
Name string - Name of the topic.
- updated
At string - (String) Last updated time.
- destination_
name str - The Destintion name.
- destination_
type str - The type of Destination.
- from_ str
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- id str
- The provider-assigned unique ID for this managed resource.
- subscription_
id str - (String) The unique identifier of the created subscription.
- topic_
name str - Name of the topic.
- updated_
at str - (String) Last updated time.
- destination
Name String - The Destintion name.
- destination
Type String - The type of Destination.
- from String
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- id String
- The provider-assigned unique ID for this managed resource.
- subscription
Id String - (String) The unique identifier of the created subscription.
- topic
Name String - Name of the topic.
- updated
At String - (String) Last updated time.
Look up Existing EnSubscriptionCustomEmail Resource
Get an existing EnSubscriptionCustomEmail 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?: EnSubscriptionCustomEmailState, opts?: CustomResourceOptions): EnSubscriptionCustomEmail
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
attributes: Optional[EnSubscriptionCustomEmailAttributesArgs] = None,
description: Optional[str] = None,
destination_id: Optional[str] = None,
destination_name: Optional[str] = None,
destination_type: Optional[str] = None,
en_subscription_custom_email_id: Optional[str] = None,
from_: Optional[str] = None,
instance_guid: Optional[str] = None,
name: Optional[str] = None,
subscription_id: Optional[str] = None,
topic_id: Optional[str] = None,
topic_name: Optional[str] = None,
updated_at: Optional[str] = None) -> EnSubscriptionCustomEmail
func GetEnSubscriptionCustomEmail(ctx *Context, name string, id IDInput, state *EnSubscriptionCustomEmailState, opts ...ResourceOption) (*EnSubscriptionCustomEmail, error)
public static EnSubscriptionCustomEmail Get(string name, Input<string> id, EnSubscriptionCustomEmailState? state, CustomResourceOptions? opts = null)
public static EnSubscriptionCustomEmail get(String name, Output<String> id, EnSubscriptionCustomEmailState state, CustomResourceOptions options)
resources: _: type: ibm:EnSubscriptionCustomEmail get: id: ${id}
- 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.
- Attributes
En
Subscription Custom Email Attributes Subscription attributes.
Nested scheme for attributes:
- Description string
- Subscription description.
- Destination
Id string - Destination ID.
- Destination
Name string - The Destintion name.
- Destination
Type string - The type of Destination.
- En
Subscription stringCustom Email Id - (String) The unique identifier of the
custom_domain_email_subscription
. - From string
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- Instance
Guid string - Unique identifier for IBM Cloud Event Notifications instance.
- Name string
- Subscription name.
- Subscription
Id string - (String) The unique identifier of the created subscription.
- Topic
Id string - Topic ID.
- Topic
Name string - Name of the topic.
- Updated
At string - (String) Last updated time.
- Attributes
En
Subscription Custom Email Attributes Args Subscription attributes.
Nested scheme for attributes:
- Description string
- Subscription description.
- Destination
Id string - Destination ID.
- Destination
Name string - The Destintion name.
- Destination
Type string - The type of Destination.
- En
Subscription stringCustom Email Id - (String) The unique identifier of the
custom_domain_email_subscription
. - From string
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- Instance
Guid string - Unique identifier for IBM Cloud Event Notifications instance.
- Name string
- Subscription name.
- Subscription
Id string - (String) The unique identifier of the created subscription.
- Topic
Id string - Topic ID.
- Topic
Name string - Name of the topic.
- Updated
At string - (String) Last updated time.
- attributes
En
Subscription Custom Email Attributes Subscription attributes.
Nested scheme for attributes:
- description String
- Subscription description.
- destination
Id String - Destination ID.
- destination
Name String - The Destintion name.
- destination
Type String - The type of Destination.
- en
Subscription StringCustom Email Id - (String) The unique identifier of the
custom_domain_email_subscription
. - from String
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- instance
Guid String - Unique identifier for IBM Cloud Event Notifications instance.
- name String
- Subscription name.
- subscription
Id String - (String) The unique identifier of the created subscription.
- topic
Id String - Topic ID.
- topic
Name String - Name of the topic.
- updated
At String - (String) Last updated time.
- attributes
En
Subscription Custom Email Attributes Subscription attributes.
Nested scheme for attributes:
- description string
- Subscription description.
- destination
Id string - Destination ID.
- destination
Name string - The Destintion name.
- destination
Type string - The type of Destination.
- en
Subscription stringCustom Email Id - (String) The unique identifier of the
custom_domain_email_subscription
. - from string
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- instance
Guid string - Unique identifier for IBM Cloud Event Notifications instance.
- name string
- Subscription name.
- subscription
Id string - (String) The unique identifier of the created subscription.
- topic
Id string - Topic ID.
- topic
Name string - Name of the topic.
- updated
At string - (String) Last updated time.
- attributes
En
Subscription Custom Email Attributes Args Subscription attributes.
Nested scheme for attributes:
- description str
- Subscription description.
- destination_
id str - Destination ID.
- destination_
name str - The Destintion name.
- destination_
type str - The type of Destination.
- en_
subscription_ strcustom_ email_ id - (String) The unique identifier of the
custom_domain_email_subscription
. - from_ str
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- instance_
guid str - Unique identifier for IBM Cloud Event Notifications instance.
- name str
- Subscription name.
- subscription_
id str - (String) The unique identifier of the created subscription.
- topic_
id str - Topic ID.
- topic_
name str - Name of the topic.
- updated_
at str - (String) Last updated time.
- attributes Property Map
Subscription attributes.
Nested scheme for attributes:
- description String
- Subscription description.
- destination
Id String - Destination ID.
- destination
Name String - The Destintion name.
- destination
Type String - The type of Destination.
- en
Subscription StringCustom Email Id - (String) The unique identifier of the
custom_domain_email_subscription
. - from String
- From Email ID (it will be displayed only in case of smtp_ibm destination type).
- instance
Guid String - Unique identifier for IBM Cloud Event Notifications instance.
- name String
- Subscription name.
- subscription
Id String - (String) The unique identifier of the created subscription.
- topic
Id String - Topic ID.
- topic
Name String - Name of the topic.
- updated
At String - (String) Last updated time.
Supporting Types
EnSubscriptionCustomEmailAttributes, EnSubscriptionCustomEmailAttributesArgs
- Add
Notification boolPayload - Whether to add the notification payload to the email.
- Adds List<string>
- The Email address to add in case of updating the list of email addressses
- From
Email string - The email from where it is sourced
- From
Name string - The email address user from which email is addressed(Should belong to the custom domain).
- Inviteds List<string>
- The Email address to send the email to.
- Removes List<string>
- The email id to be removed in case of smtp_ibm destination type.
- Reply
To stringMail - The email address to reply to.
- Reply
To stringName - The Email User Name to reply to.
- Template
Id stringInvitation - The templete id for invitation.
- Template
Id stringNotification - The templete id for notification.
- Add
Notification boolPayload - Whether to add the notification payload to the email.
- Adds []string
- The Email address to add in case of updating the list of email addressses
- From
Email string - The email from where it is sourced
- From
Name string - The email address user from which email is addressed(Should belong to the custom domain).
- Inviteds []string
- The Email address to send the email to.
- Removes []string
- The email id to be removed in case of smtp_ibm destination type.
- Reply
To stringMail - The email address to reply to.
- Reply
To stringName - The Email User Name to reply to.
- Template
Id stringInvitation - The templete id for invitation.
- Template
Id stringNotification - The templete id for notification.
- add
Notification BooleanPayload - Whether to add the notification payload to the email.
- adds List<String>
- The Email address to add in case of updating the list of email addressses
- from
Email String - The email from where it is sourced
- from
Name String - The email address user from which email is addressed(Should belong to the custom domain).
- inviteds List<String>
- The Email address to send the email to.
- removes List<String>
- The email id to be removed in case of smtp_ibm destination type.
- reply
To StringMail - The email address to reply to.
- reply
To StringName - The Email User Name to reply to.
- template
Id StringInvitation - The templete id for invitation.
- template
Id StringNotification - The templete id for notification.
- add
Notification booleanPayload - Whether to add the notification payload to the email.
- adds string[]
- The Email address to add in case of updating the list of email addressses
- from
Email string - The email from where it is sourced
- from
Name string - The email address user from which email is addressed(Should belong to the custom domain).
- inviteds string[]
- The Email address to send the email to.
- removes string[]
- The email id to be removed in case of smtp_ibm destination type.
- reply
To stringMail - The email address to reply to.
- reply
To stringName - The Email User Name to reply to.
- template
Id stringInvitation - The templete id for invitation.
- template
Id stringNotification - The templete id for notification.
- add_
notification_ boolpayload - Whether to add the notification payload to the email.
- adds Sequence[str]
- The Email address to add in case of updating the list of email addressses
- from_
email str - The email from where it is sourced
- from_
name str - The email address user from which email is addressed(Should belong to the custom domain).
- inviteds Sequence[str]
- The Email address to send the email to.
- removes Sequence[str]
- The email id to be removed in case of smtp_ibm destination type.
- reply_
to_ strmail - The email address to reply to.
- reply_
to_ strname - The Email User Name to reply to.
- template_
id_ strinvitation - The templete id for invitation.
- template_
id_ strnotification - The templete id for notification.
- add
Notification BooleanPayload - Whether to add the notification payload to the email.
- adds List<String>
- The Email address to add in case of updating the list of email addressses
- from
Email String - The email from where it is sourced
- from
Name String - The email address user from which email is addressed(Should belong to the custom domain).
- inviteds List<String>
- The Email address to send the email to.
- removes List<String>
- The email id to be removed in case of smtp_ibm destination type.
- reply
To StringMail - The email address to reply to.
- reply
To StringName - The Email User Name to reply to.
- template
Id StringInvitation - The templete id for invitation.
- template
Id StringNotification - The templete id for notification.
Import
You can import the ibm_en_subscription_custom_email
resource by using id
.
The id
property can be formed from instance_guid
, and subscription_id
in the following format:
<instance_guid>/<subscription_id>
instance_guid
: A string. Unique identifier for IBM Cloud Event Notifications instance.subscription_id
: A string. Unique identifier for Subscription.
Example
$ pulumi import ibm:index/enSubscriptionCustomEmail:EnSubscriptionCustomEmail custom_domain_email_en_subscription <instance_guid>/<subscription_id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.