Interface IDeploymentReference
A reference to a Deployment resource.
Namespace: Amazon.CDK.Interfaces.GreengrassV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDeploymentReference
Syntax (vb)
Public Interface IDeploymentReference
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.GreengrassV2;
var deploymentReference = new DeploymentReference {
DeploymentId = "deploymentId"
};
Synopsis
Properties
| DeploymentId | The DeploymentId of the Deployment resource. |
Properties
DeploymentId
The DeploymentId of the Deployment resource.
string DeploymentId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated