Class CfnDeploymentProps
Properties for defining a CfnDeployment
.
Inheritance
Implements
Namespace: Amazon.CDK.AwsLaunchwizard
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDeploymentProps : Object, ICfnDeploymentProps
Syntax (vb)
Public Class CfnDeploymentProps
Inherits Object
Implements ICfnDeploymentProps
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_launchwizard;
var cfnDeploymentProps = new CfnDeploymentProps {
DeploymentPatternName = "deploymentPatternName",
Name = "name",
Specifications = new Dictionary<string, string> {
{ "specificationsKey", "specifications" }
},
WorkloadName = "workloadName",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
Cfn |
Properties
Deployment |
The name of the deployment pattern. |
Name | The name of the deployment. |
Specifications | The settings specified for the deployment. |
Tags | Information about the tags attached to a deployment. |
Workload |
The name of the workload. |
Constructors
CfnDeploymentProps()
public CfnDeploymentProps()
Properties
DeploymentPatternName
The name of the deployment pattern.
public string DeploymentPatternName { get; set; }
Property Value
System.
Remarks
Name
The name of the deployment.
public string Name { get; set; }
Property Value
System.
Remarks
Specifications
The settings specified for the deployment.
public object Specifications { get; set; }
Property Value
System.
Remarks
These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications . To retrieve the specifications required to create a deployment for other workloads, use the GetWorkloadDeploymentPattern
operation.
Tags
Information about the tags attached to a deployment.
public ICfnTag[] Tags { get; set; }
Property Value
ICfn
Remarks
WorkloadName
The name of the workload.
public string WorkloadName { get; set; }
Property Value
System.