interface ResourceAssociationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SES.CfnTenant.ResourceAssociationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsses#CfnTenant_ResourceAssociationProperty |
Java | software.amazon.awscdk.services.ses.CfnTenant.ResourceAssociationProperty |
Python | aws_cdk.aws_ses.CfnTenant.ResourceAssociationProperty |
TypeScript | aws-cdk-lib » aws_ses » CfnTenant » ResourceAssociationProperty |
The resource to associate with the tenant.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ses as ses } from 'aws-cdk-lib';
const resourceAssociationProperty: ses.CfnTenant.ResourceAssociationProperty = {
resourceArn: 'resourceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string | The ARN of the resource to associate with the tenant. |
resourceArn
Type:
string
The ARN of the resource to associate with the tenant.

.NET
Go
Java
Python
TypeScript