We recommend new projects start with resources from the AWS provider.
We recommend new projects start with resources from the AWS provider.
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:
- Resource
Associations List<Pulumi.Aws Native. Ses. Inputs. Tenant Resource Association> - The list of resources to associate with the tenant.
-
List<Pulumi.
Aws Native. Inputs. Tag> - The tags (keys and values) associated with the tenant.
- Tenant
Name string - The name of the tenant.
- Resource
Associations []TenantResource Association Args - The list of resources to associate with the tenant.
-
Tag
Args - The tags (keys and values) associated with the tenant.
- Tenant
Name string - The name 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.
- tenant
Name String - The name 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.
- tenant
Name string - The name of the tenant.
- resource_
associations Sequence[TenantResource Association Args] - The list of resources to associate with the tenant.
-
Sequence[Tag
Args] - The tags (keys and values) associated with the tenant.
- tenant_
name str - The name 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.
- tenant
Name 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:
Supporting Types
Tag, TagArgs
A set of tags to apply to the resource.TenantResourceAssociation, TenantResourceAssociationArgs
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 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.
