Interface CfnWorkspace.MediaItemProperty

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

@Stability(Stable) public static interface CfnWorkspace.MediaItemProperty extends software.amazon.jsii.JsiiSerializable
Contains information about a media asset used in a workspace.

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.connect.*;
 MediaItemProperty mediaItemProperty = MediaItemProperty.builder()
         .type("type")
         // the properties below are optional
         .source("source")
         .build();
 

See Also: