Interface CfnTenant.ResourceAssociationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTenant.ResourceAssociationProperty.Jsii$Proxy
Enclosing class:
CfnTenant

@Stability(Stable) public static interface CfnTenant.ResourceAssociationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ses.*;
 ResourceAssociationProperty resourceAssociationProperty = ResourceAssociationProperty.builder()
         .resourceArn("resourceArn")
         .build();
 

See Also: