Show / Hide Table of Contents

Class CfnWorkspacePropsMixin.MediaItemProperty

Contains information about a media asset used in a workspace.

Inheritance
object
CfnWorkspacePropsMixin.MediaItemProperty
Implements
CfnWorkspacePropsMixin.IMediaItemProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-mediaitem.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-mediaitem.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-mediaitem.html#cfn-connect-workspace-mediaitem-source

Type

The type of media.

public string? Type { get; set; }
Property Value

string

Remarks

Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-workspace-mediaitem.html#cfn-connect-workspace-mediaitem-type

Implements

CfnWorkspacePropsMixin.IMediaItemProperty
Back to top Generated by DocFX