We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 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:
- 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. Outputs. 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.
- 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<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.
- 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[root_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
ContactListTopic
- Default
Subscription stringStatus - 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 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 - 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 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 - 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 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 - 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 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 - 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 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 - 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 String - The display name of the topic.
- topic
Name String - The name of the topic.
- description String
- The description of the topic.
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.9.0 published on Monday, Nov 18, 2024 by Pulumi