interface CfnDeploymentProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_launchwizard.CfnDeploymentProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslaunchwizard#CfnDeploymentProps |
![]() | software.amazon.awscdk.services.launchwizard.CfnDeploymentProps |
![]() | aws_cdk.aws_launchwizard.CfnDeploymentProps |
![]() | aws-cdk-lib » aws_launchwizard » CfnDeploymentProps |
Properties for defining a CfnDeployment
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_launchwizard as launchwizard } from 'aws-cdk-lib';
const cfnDeploymentProps: launchwizard.CfnDeploymentProps = {
deploymentPatternName: 'deploymentPatternName',
name: 'name',
specifications: {
specificationsKey: 'specifications',
},
workloadName: 'workloadName',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
deployment | string | The name of the deployment pattern. |
name | string | The name of the deployment. |
specifications | { [string]: string } | IResolvable | The settings specified for the deployment. |
workload | string | The name of the workload. |
tags? | Cfn [] | Information about the tags attached to a deployment. |
deploymentPatternName
Type:
string
The name of the deployment pattern.
name
Type:
string
The name of the deployment.
specifications
Type:
{ [string]: string } |
IResolvable
The settings specified for the deployment.
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.
workloadName
Type:
string
The name of the workload.
tags?
Type:
Cfn
[]
(optional)
Information about the tags attached to a deployment.