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:
- Contact
List stringName The name of the contact list.
- Contact
List stringName The name of the contact list.
- contact
List StringName The name of the contact list.
- contact
List stringName The name of the contact list.
- contact_
list_ strname The name of the contact list.
- contact
List StringName The name of the contact list.
getContactList Result
The following output properties are available:
- Description string
The description of the contact list.
- List<Pulumi.
Aws Native. SES. Outputs. Contact List Tag> The tags (keys and values) associated with the contact list.
- Topics
List<Pulumi.
Aws Native. SES. Outputs. Contact List Topic> The topics associated with the contact list.
- Description string
The description of the contact list.
- []Contact
List Tag The tags (keys and values) associated with the contact list.
- Topics
[]Contact
List Topic The topics associated with the contact list.
- description String
The description of the contact list.
- List<Contact
List Tag> The tags (keys and values) associated with the contact list.
- topics
List<Contact
List Topic> The topics associated with the contact list.
- description string
The description of the contact list.
- Contact
List Tag[] The tags (keys and values) associated with the contact list.
- topics
Contact
List Topic[] The topics associated with the contact list.
- description str
The description of the contact list.
- Sequence[Contact
List Tag] The tags (keys and values) associated with the contact list.
- topics
Sequence[Contact
List Topic] The topics associated with the contact list.
- description String
The description of the contact list.
- 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
ContactListTopic
- Default
Subscription stringStatus - Display
Name string The display name of the topic.
- Topic
Name string The name of the topic.
- Description string
The description of the topic.
- Default
Subscription stringStatus - Display
Name string The display name of the topic.
- Topic
Name string The name of the topic.
- Description string
The description of the topic.
- default
Subscription StringStatus - display
Name String The display name of the topic.
- topic
Name String The name of the topic.
- description String
The description of the topic.
- default
Subscription stringStatus - display
Name string The display name of the topic.
- topic
Name string The name of the topic.
- description string
The description of the topic.
- default_
subscription_ strstatus - display_
name str The display name of the topic.
- topic_
name str The name of the topic.
- description str
The description of the topic.
- default
Subscription StringStatus - display
Name String The display name of the topic.
- topic
Name 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