We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi
aws-native.smsvoice.getOptOutList
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.34.0 published on Friday, Sep 12, 2025 by Pulumi
Resource Type definition for AWS::SMSVOICE::OptOutList
Using getOptOutList
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 getOptOutList(args: GetOptOutListArgs, opts?: InvokeOptions): Promise<GetOptOutListResult>
function getOptOutListOutput(args: GetOptOutListOutputArgs, opts?: InvokeOptions): Output<GetOptOutListResult>
def get_opt_out_list(opt_out_list_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOptOutListResult
def get_opt_out_list_output(opt_out_list_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOptOutListResult]
func LookupOptOutList(ctx *Context, args *LookupOptOutListArgs, opts ...InvokeOption) (*LookupOptOutListResult, error)
func LookupOptOutListOutput(ctx *Context, args *LookupOptOutListOutputArgs, opts ...InvokeOption) LookupOptOutListResultOutput
> Note: This function is named LookupOptOutList
in the Go SDK.
public static class GetOptOutList
{
public static Task<GetOptOutListResult> InvokeAsync(GetOptOutListArgs args, InvokeOptions? opts = null)
public static Output<GetOptOutListResult> Invoke(GetOptOutListInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOptOutListResult> getOptOutList(GetOptOutListArgs args, InvokeOptions options)
public static Output<GetOptOutListResult> getOptOutList(GetOptOutListArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:smsvoice:getOptOutList
arguments:
# arguments dictionary
The following arguments are supported:
- Opt
Out stringList Name - The name of the new OptOutList.
- Opt
Out stringList Name - The name of the new OptOutList.
- opt
Out StringList Name - The name of the new OptOutList.
- opt
Out stringList Name - The name of the new OptOutList.
- opt_
out_ strlist_ name - The name of the new OptOutList.
- opt
Out StringList Name - The name of the new OptOutList.
getOptOutList Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) for the OptOutList.
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- arn str
- The Amazon Resource Name (ARN) for the OptOutList.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- arn String
- The Amazon Resource Name (ARN) for the OptOutList.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
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.34.0 published on Friday, Sep 12, 2025 by Pulumi