Interface CfnTenantPropsMixin.ResourceAssociationProperty

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

@Stability(Stable) public static interface CfnTenantPropsMixin.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.mixins.preview.services.ses.mixins.*;
 ResourceAssociationProperty resourceAssociationProperty = ResourceAssociationProperty.builder()
         .resourceArn("resourceArn")
         .build();
 

See Also: