1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ses
  5. getTenant

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
aws-native logo

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 dictionary

    The following arguments are supported:

    TenantName string
    The name of the tenant.
    TenantName string
    The name of the tenant.
    tenantName String
    The name of the tenant.
    tenantName string
    The name of the tenant.
    tenant_name str
    The name of the tenant.
    tenantName String
    The name of the tenant.

    getTenant Result

    The following output properties are available:

    Arn string
    Amazon Resource Name (ARN) of the tenant.
    ResourceAssociations List<Pulumi.AwsNative.Ses.Outputs.TenantResourceAssociation>
    The list of resources to associate with the tenant.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags (keys and values) associated with the tenant.
    Arn string
    Amazon Resource Name (ARN) of the tenant.
    ResourceAssociations []TenantResourceAssociation
    The list of resources to associate with the tenant.
    Tags Tag
    The tags (keys and values) associated with the tenant.
    arn String
    Amazon Resource Name (ARN) of the tenant.
    resourceAssociations List<TenantResourceAssociation>
    The list of resources to associate with the tenant.
    tags List<Tag>
    The tags (keys and values) associated with the tenant.
    arn string
    Amazon Resource Name (ARN) of the tenant.
    resourceAssociations TenantResourceAssociation[]
    The list of resources to associate with the tenant.
    tags Tag[]
    The tags (keys and values) associated with the tenant.
    arn str
    Amazon Resource Name (ARN) of the tenant.
    resource_associations Sequence[TenantResourceAssociation]
    The list of resources to associate with the tenant.
    tags Sequence[root_Tag]
    The tags (keys and values) associated with the tenant.
    arn String
    Amazon Resource Name (ARN) of the tenant.
    resourceAssociations List<Property Map>
    The list of resources to associate with the tenant.
    tags List<Property Map>
    The tags (keys and values) associated with the tenant.

    Supporting Types

    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

    TenantResourceAssociation

    ResourceArn string
    The ARN of the resource to associate with the tenant
    ResourceArn string
    The ARN of the resource to associate with the tenant
    resourceArn String
    The ARN of the resource to associate with the tenant
    resourceArn string
    The ARN of the resource to associate with the tenant
    resource_arn str
    The ARN of the resource to associate with the tenant
    resourceArn String
    The ARN of the resource to associate with the tenant

    Package Details

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

    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
      Meet Neo: Your AI Platform Teammate