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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTenantPropsMixin.ResourceAssociationPropertystatic final classAn implementation forCfnTenantPropsMixin.ResourceAssociationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceArn
The ARN of the resource to associate with the tenant.- See Also:
-
builder
-