Show / Hide Table of Contents

Class PackagingConfigurationReference

A reference to a PackagingConfiguration resource.

Inheritance
object
PackagingConfigurationReference
Implements
IPackagingConfigurationReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaPackage
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PackagingConfigurationReference : IPackagingConfigurationReference
Syntax (vb)
Public Class PackagingConfigurationReference Implements IPackagingConfigurationReference
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.AWS.MediaPackage;

            var packagingConfigurationReference = new PackagingConfigurationReference {
                PackagingConfigurationArn = "packagingConfigurationArn",
                PackagingConfigurationId = "packagingConfigurationId"
            };

Synopsis

Constructors

PackagingConfigurationReference()

A reference to a PackagingConfiguration resource.

Properties

PackagingConfigurationArn

The ARN of the PackagingConfiguration resource.

PackagingConfigurationId

The Id of the PackagingConfiguration resource.

Constructors

PackagingConfigurationReference()

A reference to a PackagingConfiguration resource.

public PackagingConfigurationReference()
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.AWS.MediaPackage;

            var packagingConfigurationReference = new PackagingConfigurationReference {
                PackagingConfigurationArn = "packagingConfigurationArn",
                PackagingConfigurationId = "packagingConfigurationId"
            };

Properties

PackagingConfigurationArn

The ARN of the PackagingConfiguration resource.

public string PackagingConfigurationArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

PackagingConfigurationId

The Id of the PackagingConfiguration resource.

public string PackagingConfigurationId { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IPackagingConfigurationReference
Back to top Generated by DocFX