aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.ses.getContactList

Resource schema for AWS::SES::ContactList.

Using getContactList

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 getContactList(args: GetContactListArgs, opts?: InvokeOptions): Promise<GetContactListResult>
function getContactListOutput(args: GetContactListOutputArgs, opts?: InvokeOptions): Output<GetContactListResult>
def get_contact_list(contact_list_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetContactListResult
def get_contact_list_output(contact_list_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetContactListResult]
func LookupContactList(ctx *Context, args *LookupContactListArgs, opts ...InvokeOption) (*LookupContactListResult, error)
func LookupContactListOutput(ctx *Context, args *LookupContactListOutputArgs, opts ...InvokeOption) LookupContactListResultOutput

> Note: This function is named LookupContactList in the Go SDK.

public static class GetContactList 
{
    public static Task<GetContactListResult> InvokeAsync(GetContactListArgs args, InvokeOptions? opts = null)
    public static Output<GetContactListResult> Invoke(GetContactListInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetContactListResult> getContactList(GetContactListArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:ses:getContactList
  arguments:
    # arguments dictionary

The following arguments are supported:

ContactListName string

The name of the contact list.

ContactListName string

The name of the contact list.

contactListName String

The name of the contact list.

contactListName string

The name of the contact list.

contact_list_name str

The name of the contact list.

contactListName String

The name of the contact list.

getContactList Result

The following output properties are available:

Description string

The description of the contact list.

Tags List<Pulumi.AwsNative.SES.Outputs.ContactListTag>

The tags (keys and values) associated with the contact list.

Topics List<Pulumi.AwsNative.SES.Outputs.ContactListTopic>

The topics associated with the contact list.

Description string

The description of the contact list.

Tags []ContactListTag

The tags (keys and values) associated with the contact list.

Topics []ContactListTopic

The topics associated with the contact list.

description String

The description of the contact list.

tags List<ContactListTag>

The tags (keys and values) associated with the contact list.

topics List<ContactListTopic>

The topics associated with the contact list.

description string

The description of the contact list.

tags ContactListTag[]

The tags (keys and values) associated with the contact list.

topics ContactListTopic[]

The topics associated with the contact list.

description str

The description of the contact list.

tags Sequence[ContactListTag]

The tags (keys and values) associated with the contact list.

topics Sequence[ContactListTopic]

The topics associated with the contact list.

description String

The description of the contact list.

tags List<Property Map>

The tags (keys and values) associated with the contact list.

topics List<Property Map>

The topics associated with the contact list.

Supporting Types

ContactListTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

ContactListTopic

DefaultSubscriptionStatus string
DisplayName string

The display name of the topic.

TopicName string

The name of the topic.

Description string

The description of the topic.

DefaultSubscriptionStatus string
DisplayName string

The display name of the topic.

TopicName string

The name of the topic.

Description string

The description of the topic.

defaultSubscriptionStatus String
displayName String

The display name of the topic.

topicName String

The name of the topic.

description String

The description of the topic.

defaultSubscriptionStatus string
displayName string

The display name of the topic.

topicName string

The name of the topic.

description string

The description of the topic.

default_subscription_status str
display_name str

The display name of the topic.

topic_name str

The name of the topic.

description str

The description of the topic.

defaultSubscriptionStatus String
displayName String

The display name of the topic.

topicName String

The name of the topic.

description String

The description of the topic.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0