Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
oci.Email.getSenders
Explore with Pulumi AI
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi
This data source provides the list of Senders in Oracle Cloud Infrastructure Email service.
Gets a collection of approved sender email addresses and sender IDs.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSenders = oci.Email.getSenders({
compartmentId: compartmentId,
domain: senderDomain,
emailAddress: senderEmailAddress,
state: senderState,
});
import pulumi
import pulumi_oci as oci
test_senders = oci.Email.get_senders(compartment_id=compartment_id,
domain=sender_domain,
email_address=sender_email_address,
state=sender_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Email"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Email.GetSenders(ctx, &email.GetSendersArgs{
CompartmentId: compartmentId,
Domain: pulumi.StringRef(senderDomain),
EmailAddress: pulumi.StringRef(senderEmailAddress),
State: pulumi.StringRef(senderState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testSenders = Oci.Email.GetSenders.Invoke(new()
{
CompartmentId = compartmentId,
Domain = senderDomain,
EmailAddress = senderEmailAddress,
State = senderState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Email.EmailFunctions;
import com.pulumi.oci.Email.inputs.GetSendersArgs;
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) {
final var testSenders = EmailFunctions.getSenders(GetSendersArgs.builder()
.compartmentId(compartmentId)
.domain(senderDomain)
.emailAddress(senderEmailAddress)
.state(senderState)
.build());
}
}
variables:
testSenders:
fn::invoke:
Function: oci:Email:getSenders
Arguments:
compartmentId: ${compartmentId}
domain: ${senderDomain}
emailAddress: ${senderEmailAddress}
state: ${senderState}
Using getSenders
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSenders(args: GetSendersArgs, opts?: InvokeOptions): Promise<GetSendersResult>
function getSendersOutput(args: GetSendersOutputArgs, opts?: InvokeOptions): Output<GetSendersResult>
def get_senders(compartment_id: Optional[str] = None,
domain: Optional[str] = None,
email_address: Optional[str] = None,
filters: Optional[Sequence[_email.GetSendersFilter]] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSendersResult
def get_senders_output(compartment_id: Optional[pulumi.Input[str]] = None,
domain: Optional[pulumi.Input[str]] = None,
email_address: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_email.GetSendersFilterArgs]]]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSendersResult]
func GetSenders(ctx *Context, args *GetSendersArgs, opts ...InvokeOption) (*GetSendersResult, error)
func GetSendersOutput(ctx *Context, args *GetSendersOutputArgs, opts ...InvokeOption) GetSendersResultOutput
> Note: This function is named GetSenders
in the Go SDK.
public static class GetSenders
{
public static Task<GetSendersResult> InvokeAsync(GetSendersArgs args, InvokeOptions? opts = null)
public static Output<GetSendersResult> Invoke(GetSendersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSendersResult> getSenders(GetSendersArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Email/getSenders:getSenders
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID for the compartment.
- Domain string
- A filter to only return resources that match the given domain exactly.
- Email
Address string - The email address of the approved sender.
- Filters
List<Get
Senders Filter> - State string
- The current state of a sender.
- Compartment
Id string - The OCID for the compartment.
- Domain string
- A filter to only return resources that match the given domain exactly.
- Email
Address string - The email address of the approved sender.
- Filters
[]Get
Senders Filter - State string
- The current state of a sender.
- compartment
Id String - The OCID for the compartment.
- domain String
- A filter to only return resources that match the given domain exactly.
- email
Address String - The email address of the approved sender.
- filters
List<Get
Senders Filter> - state String
- The current state of a sender.
- compartment
Id string - The OCID for the compartment.
- domain string
- A filter to only return resources that match the given domain exactly.
- email
Address string - The email address of the approved sender.
- filters
Get
Senders Filter[] - state string
- The current state of a sender.
- compartment_
id str - The OCID for the compartment.
- domain str
- A filter to only return resources that match the given domain exactly.
- email_
address str - The email address of the approved sender.
- filters
Sequence[email.
Get Senders Filter] - state str
- The current state of a sender.
- compartment
Id String - The OCID for the compartment.
- domain String
- A filter to only return resources that match the given domain exactly.
- email
Address String - The email address of the approved sender.
- filters List<Property Map>
- state String
- The current state of a sender.
getSenders Result
The following output properties are available:
- Compartment
Id string - The OCID for the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Senders
List<Get
Senders Sender> - The list of senders.
- Domain string
- Email
Address string - The email address of the sender.
- Filters
List<Get
Senders Filter> - State string
- The current status of the approved sender.
- Compartment
Id string - The OCID for the compartment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Senders
[]Get
Senders Sender - The list of senders.
- Domain string
- Email
Address string - The email address of the sender.
- Filters
[]Get
Senders Filter - State string
- The current status of the approved sender.
- compartment
Id String - The OCID for the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- senders
List<Get
Senders Sender> - The list of senders.
- domain String
- email
Address String - The email address of the sender.
- filters
List<Get
Senders Filter> - state String
- The current status of the approved sender.
- compartment
Id string - The OCID for the compartment.
- id string
- The provider-assigned unique ID for this managed resource.
- senders
Get
Senders Sender[] - The list of senders.
- domain string
- email
Address string - The email address of the sender.
- filters
Get
Senders Filter[] - state string
- The current status of the approved sender.
- compartment_
id str - The OCID for the compartment.
- id str
- The provider-assigned unique ID for this managed resource.
- senders
Sequence[email.
Get Senders Sender] - The list of senders.
- domain str
- email_
address str - The email address of the sender.
- filters
Sequence[email.
Get Senders Filter] - state str
- The current status of the approved sender.
- compartment
Id String - The OCID for the compartment.
- id String
- The provider-assigned unique ID for this managed resource.
- senders List<Property Map>
- The list of senders.
- domain String
- email
Address String - The email address of the sender.
- filters List<Property Map>
- state String
- The current status of the approved sender.
Supporting Types
GetSendersFilter
GetSendersSender
- Compartment
Id string - The OCID for the compartment.
- Dictionary<string, object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Email
Address string - The email address of the approved sender.
- Email
Domain stringId - The email domain used to assert responsibility for emails sent from this sender.
- Dictionary<string, object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The unique OCID of the sender.
- Is
Spf bool - Value of the SPF field. For more information about SPF, please see SPF Authentication.
- State string
- The current state of a sender.
- Dictionary<string, object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
- Compartment
Id string - The OCID for the compartment.
- map[string]interface{}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- Email
Address string - The email address of the approved sender.
- Email
Domain stringId - The email domain used to assert responsibility for emails sent from this sender.
- map[string]interface{}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- Id string
- The unique OCID of the sender.
- Is
Spf bool - Value of the SPF field. For more information about SPF, please see SPF Authentication.
- State string
- The current state of a sender.
- map[string]interface{}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
- compartment
Id String - The OCID for the compartment.
- Map<String,Object>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- email
Address String - The email address of the approved sender.
- email
Domain StringId - The email domain used to assert responsibility for emails sent from this sender.
- Map<String,Object>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The unique OCID of the sender.
- is
Spf Boolean - Value of the SPF field. For more information about SPF, please see SPF Authentication.
- state String
- The current state of a sender.
- Map<String,Object>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
- compartment
Id string - The OCID for the compartment.
- {[key: string]: any}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- email
Address string - The email address of the approved sender.
- email
Domain stringId - The email domain used to assert responsibility for emails sent from this sender.
- {[key: string]: any}
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id string
- The unique OCID of the sender.
- is
Spf boolean - Value of the SPF field. For more information about SPF, please see SPF Authentication.
- state string
- The current state of a sender.
- {[key: string]: any}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
- compartment_
id str - The OCID for the compartment.
- Mapping[str, Any]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- email_
address str - The email address of the approved sender.
- email_
domain_ strid - The email domain used to assert responsibility for emails sent from this sender.
- Mapping[str, Any]
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id str
- The unique OCID of the sender.
- is_
spf bool - Value of the SPF field. For more information about SPF, please see SPF Authentication.
- state str
- The current state of a sender.
- Mapping[str, Any]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
- compartment
Id String - The OCID for the compartment.
- Map<Any>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"}
- email
Address String - The email address of the approved sender.
- email
Domain StringId - The email domain used to assert responsibility for emails sent from this sender.
- Map<Any>
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"}
- id String
- The unique OCID of the sender.
- is
Spf Boolean - Value of the SPF field. For more information about SPF, please see SPF Authentication.
- state String
- The current state of a sender.
- Map<Any>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the approved sender was added in "YYYY-MM-ddThh:mmZ" format with a Z offset, as defined by RFC 3339.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.
Oracle Cloud Infrastructure v1.41.0 published on Wednesday, Jun 19, 2024 by Pulumi