We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.44.0 published on Friday, Dec 19, 2025 by Pulumi
Resource Type definition for AWS::SES::Tenant
Using getTenant
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 getTenant(args: GetTenantArgs, opts?: InvokeOptions): Promise<GetTenantResult>
function getTenantOutput(args: GetTenantOutputArgs, opts?: InvokeOptions): Output<GetTenantResult>def get_tenant(tenant_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTenantResult
def get_tenant_output(tenant_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTenantResult]func LookupTenant(ctx *Context, args *LookupTenantArgs, opts ...InvokeOption) (*LookupTenantResult, error)
func LookupTenantOutput(ctx *Context, args *LookupTenantOutputArgs, opts ...InvokeOption) LookupTenantResultOutput> Note: This function is named LookupTenant in the Go SDK.
public static class GetTenant
{
public static Task<GetTenantResult> InvokeAsync(GetTenantArgs args, InvokeOptions? opts = null)
public static Output<GetTenantResult> Invoke(GetTenantInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTenantResult> getTenant(GetTenantArgs args, InvokeOptions options)
public static Output<GetTenantResult> getTenant(GetTenantArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ses:getTenant
arguments:
# arguments dictionaryThe following arguments are supported:
- Tenant
Name string - The name of the tenant.
- Tenant
Name string - The name of the tenant.
- tenant
Name String - The name of the tenant.
- tenant
Name string - The name of the tenant.
- tenant_
name str - The name of the tenant.
- tenant
Name String - The name of the tenant.
getTenant Result
The following output properties are available:
- Arn string
- Amazon Resource Name (ARN) of the tenant.
- Resource
Associations List<Pulumi.Aws Native. Ses. Outputs. Tenant Resource Association> - The list of resources to associate with the tenant.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags (keys and values) associated with the tenant.
- Arn string
- Amazon Resource Name (ARN) of the tenant.
- Resource
Associations []TenantResource Association - The list of resources to associate with the tenant.
- Tag
- The tags (keys and values) associated with the tenant.
- arn String
- Amazon Resource Name (ARN) of the tenant.
- resource
Associations List<TenantResource Association> - The list of resources to associate with the tenant.
- List<Tag>
- The tags (keys and values) associated with the tenant.
- arn string
- Amazon Resource Name (ARN) of the tenant.
- resource
Associations TenantResource Association[] - The list of resources to associate with the tenant.
- Tag[]
- The tags (keys and values) associated with the tenant.
- arn str
- Amazon Resource Name (ARN) of the tenant.
- resource_
associations Sequence[TenantResource Association] - The list of resources to associate with the tenant.
- Sequence[root_Tag]
- The tags (keys and values) associated with the tenant.
- arn String
- Amazon Resource Name (ARN) of the tenant.
- resource
Associations List<Property Map> - The list of resources to associate with the tenant.
- List<Property Map>
- The tags (keys and values) associated with the tenant.
Supporting Types
Tag
TenantResourceAssociation
- Resource
Arn string - The ARN of the resource to associate with the tenant
- Resource
Arn string - The ARN of the resource to associate with the tenant
- resource
Arn String - The ARN of the resource to associate with the tenant
- resource
Arn string - The ARN of the resource to associate with the tenant
- resource_
arn str - The ARN of the resource to associate with the tenant
- resource
Arn String - The ARN of the resource to associate with the tenant
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.44.0 published on Friday, Dec 19, 2025 by Pulumi
