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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.ses.getContactList

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 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>
    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.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 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.

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi