interface ResourceAssociationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.SES.Mixins.CfnTenantPropsMixin.ResourceAssociationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsses/mixins#CfnTenantPropsMixin_ResourceAssociationProperty |
Java | software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnTenantPropsMixin.ResourceAssociationProperty |
Python | aws_cdk.mixins_preview.aws_ses.mixins.CfnTenantPropsMixin.ResourceAssociationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ses » mixins » CfnTenantPropsMixin » 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 { mixins as ses_mixins } from '@aws-cdk/mixins-preview/aws-ses';
const resourceAssociationProperty: ses_mixins.CfnTenantPropsMixin.ResourceAssociationProperty = {
resourceArn: 'resourceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string | The ARN of the resource to associate with the tenant. |
resourceArn?
Type:
string
(optional)
The ARN of the resource to associate with the tenant.

.NET
Go
Java
Python
TypeScript