Class FrameworkReference
A reference to a Framework resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated