Interface CfnCollaborationPropsMixin.MLMemberAbilitiesProperty

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

@Stability(Stable) public static interface CfnCollaborationPropsMixin.MLMemberAbilitiesProperty extends software.amazon.jsii.JsiiSerializable
The ML member abilities for a collaboration member.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.*;
 MLMemberAbilitiesProperty mLMemberAbilitiesProperty = MLMemberAbilitiesProperty.builder()
         .customMlMemberAbilities(List.of("customMlMemberAbilities"))
         .build();
 

See Also: