Interface CfnWorkspacePropsMixin.MediaItemProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspacePropsMixin.MediaItemProperty.Jsii$Proxy
- Enclosing class:
CfnWorkspacePropsMixin
@Stability(Stable)
public static interface CfnWorkspacePropsMixin.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.cfnpropertymixins.services.connect.*;
MediaItemProperty mediaItemProperty = MediaItemProperty.builder()
.source("source")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspacePropsMixin.MediaItemPropertystatic final classAn implementation forCfnWorkspacePropsMixin.MediaItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSource
The source URL or data for the media asset.- See Also:
-
getType
The type of media.Valid values are:
IMAGE_LOGO_FAVICONandIMAGE_LOGO_HORIZONTAL.- See Also:
-
builder
-