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

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

    Create Tenant Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Tenant(name: string, args?: TenantArgs, opts?: CustomResourceOptions);
    @overload
    def Tenant(resource_name: str,
               args: Optional[TenantArgs] = None,
               opts: Optional[ResourceOptions] = None)
    
    @overload
    def Tenant(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               resource_associations: Optional[Sequence[TenantResourceAssociationArgs]] = None,
               tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
               tenant_name: Optional[str] = None)
    func NewTenant(ctx *Context, name string, args *TenantArgs, opts ...ResourceOption) (*Tenant, error)
    public Tenant(string name, TenantArgs? args = null, CustomResourceOptions? opts = null)
    public Tenant(String name, TenantArgs args)
    public Tenant(String name, TenantArgs args, CustomResourceOptions options)
    
    type: aws-native:ses:Tenant
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TenantArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TenantArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TenantArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TenantArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TenantArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Tenant Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Tenant resource accepts the following input properties:

    ResourceAssociations List<Pulumi.AwsNative.Ses.Inputs.TenantResourceAssociation>
    The list of resources to associate with the tenant.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags (keys and values) associated with the tenant.
    TenantName string
    The name of the tenant.
    ResourceAssociations []TenantResourceAssociationArgs
    The list of resources to associate with the tenant.
    Tags TagArgs
    The tags (keys and values) associated with the tenant.
    TenantName string
    The name 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.
    tenantName String
    The name 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.
    tenantName string
    The name of the tenant.
    resource_associations Sequence[TenantResourceAssociationArgs]
    The list of resources to associate with the tenant.
    tags Sequence[TagArgs]
    The tags (keys and values) associated with the tenant.
    tenant_name str
    The name 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.
    tenantName String
    The name of the tenant.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Tenant resource produces the following output properties:

    Arn string
    Amazon Resource Name (ARN) of the tenant.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Amazon Resource Name (ARN) of the tenant.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    Amazon Resource Name (ARN) of the tenant.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    Amazon Resource Name (ARN) of the tenant.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    Amazon Resource Name (ARN) of the tenant.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    Amazon Resource Name (ARN) of the tenant.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    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, TenantResourceAssociationArgs

    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
    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