1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ses
  5. getContactList

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.ses.getContactList

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

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>
Copy
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]
Copy
func LookupContactList(ctx *Context, args *LookupContactListArgs, opts ...InvokeOption) (*LookupContactListResult, error)
func LookupContactListOutput(ctx *Context, args *LookupContactListOutputArgs, opts ...InvokeOption) LookupContactListResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetContactListResult> getContactList(GetContactListArgs args, InvokeOptions options)
public static Output<GetContactListResult> getContactList(GetContactListArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:ses:getContactList
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ContactListName This property is required. string
The name of the contact list.
ContactListName This property is required. string
The name of the contact list.
contactListName This property is required. String
The name of the contact list.
contactListName This property is required. string
The name of the contact list.
contact_list_name This property is required. str
The name of the contact list.
contactListName This property is required. 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.Outputs.Tag>
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 Tag
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<Tag>
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 Tag[]
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[root_Tag]
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

ContactListTopic

DefaultSubscriptionStatus This property is required. string
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
DisplayName This property is required. string
The display name of the topic.
TopicName This property is required. string
The name of the topic.
Description string
The description of the topic.
DefaultSubscriptionStatus This property is required. string
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
DisplayName This property is required. string
The display name of the topic.
TopicName This property is required. string
The name of the topic.
Description string
The description of the topic.
defaultSubscriptionStatus This property is required. String
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
displayName This property is required. String
The display name of the topic.
topicName This property is required. String
The name of the topic.
description String
The description of the topic.
defaultSubscriptionStatus This property is required. string
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
displayName This property is required. string
The display name of the topic.
topicName This property is required. string
The name of the topic.
description string
The description of the topic.
default_subscription_status This property is required. str
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
display_name This property is required. str
The display name of the topic.
topic_name This property is required. str
The name of the topic.
description str
The description of the topic.
defaultSubscriptionStatus This property is required. String
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
displayName This property is required. String
The display name of the topic.
topicName This property is required. String
The name of the topic.
description String
The description of the topic.

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi