aws-cdk-lib.aws_opsworks.CfnStack.StackConfigurationManagerProperty

interface StackConfigurationManagerProperty

LanguageType name
.NETAmazon.CDK.AWS.OpsWorks.CfnStack.StackConfigurationManagerProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsopsworks#CfnStack_StackConfigurationManagerProperty
Javasoftware.amazon.awscdk.services.opsworks.CfnStack.StackConfigurationManagerProperty
Pythonaws_cdk.aws_opsworks.CfnStack.StackConfigurationManagerProperty
TypeScript aws-cdk-lib » aws_opsworks » CfnStack » StackConfigurationManagerProperty

Describes the configuration manager.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opsworks as opsworks } from 'aws-cdk-lib';
const stackConfigurationManagerProperty: opsworks.CfnStack.StackConfigurationManagerProperty = {
  name: 'name',
  version: 'version',
};

Properties

NameTypeDescription
name?stringThe name.
version?stringThe Chef version.

name?

Type: string (optional)

The name.

This parameter must be set to Chef .


version?

Type: string (optional)

The Chef version.

This parameter must be set to 12, 11.10, or 11.4 for Linux stacks, and to 12.2 for Windows stacks. The default value for Linux stacks is 12.