Show / Hide Table of Contents

Class FrameworkReference

A reference to a Framework resource.

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

            var frameworkReference = new FrameworkReference {
                FrameworkArn = "frameworkArn"
            };

Synopsis

Constructors

FrameworkReference()

A reference to a Framework resource.

Properties

FrameworkArn

The FrameworkArn of the Framework resource.

Constructors

FrameworkReference()

A reference to a Framework resource.

public FrameworkReference()
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.Interfaces.Backup;

            var frameworkReference = new FrameworkReference {
                FrameworkArn = "frameworkArn"
            };

Properties

FrameworkArn

The FrameworkArn of the Framework resource.

public string FrameworkArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IFrameworkReference
Back to top Generated by DocFX