Interface CfnConnection.MlflowPropertiesInputProperty

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

@Stability(Stable) public static interface CfnConnection.MlflowPropertiesInputProperty extends software.amazon.jsii.JsiiSerializable
MLflow Properties Input.

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.datazone.*;
 MlflowPropertiesInputProperty mlflowPropertiesInputProperty = MlflowPropertiesInputProperty.builder()
         .trackingServerArn("trackingServerArn")
         .build();
 

See Also: