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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTenant.ResourceAssociationPropertystatic final classAn implementation forCfnTenant.ResourceAssociationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon Resource Name (ARN) of the resource associated with the tenant.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceArn
The Amazon Resource Name (ARN) of the resource associated with the tenant.- See Also:
-
builder
-