Class CfnWorkspacePropsMixin.MediaItemProperty
Contains information about a media asset used in a workspace.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnWorkspacePropsMixin.MediaItemProperty : CfnWorkspacePropsMixin.IMediaItemProperty
Syntax (vb)
Public Class CfnWorkspacePropsMixin.MediaItemProperty Implements CfnWorkspacePropsMixin.IMediaItemProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins;
var mediaItemProperty = new MediaItemProperty {
Source = "source",
Type = "type"
};
Synopsis
Constructors
| MediaItemProperty() | Contains information about a media asset used in a workspace. |
Properties
| Source | The source URL or data for the media asset. |
| Type | The type of media. |
Constructors
MediaItemProperty()
Contains information about a media asset used in a workspace.
public MediaItemProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.Connect.Mixins;
var mediaItemProperty = new MediaItemProperty {
Source = "source",
Type = "type"
};
Properties
Source
The source URL or data for the media asset.
public string? Source { get; set; }
Property Value
Remarks
Type
The type of media.
public string? Type { get; set; }
Property Value
Remarks
Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL .