Class ExperimentTemplateReference
A reference to a ExperimentTemplate resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.FIS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ExperimentTemplateReference : IExperimentTemplateReference
Syntax (vb)
Public Class ExperimentTemplateReference Implements IExperimentTemplateReference
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.FIS;
var experimentTemplateReference = new ExperimentTemplateReference {
ExperimentTemplateId = "experimentTemplateId"
};
Synopsis
Constructors
| ExperimentTemplateReference() | A reference to a ExperimentTemplate resource. |
Properties
| ExperimentTemplateId | The Id of the ExperimentTemplate resource. |
Constructors
ExperimentTemplateReference()
A reference to a ExperimentTemplate resource.
public ExperimentTemplateReference()
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.FIS;
var experimentTemplateReference = new ExperimentTemplateReference {
ExperimentTemplateId = "experimentTemplateId"
};
Properties
ExperimentTemplateId
The Id of the ExperimentTemplate resource.
public string ExperimentTemplateId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated