aws-cdk-lib.aws_ssm.CfnDocument.DocumentRequiresProperty

interface DocumentRequiresProperty

LanguageType name
.NETAmazon.CDK.AWS.SSM.CfnDocument.DocumentRequiresProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsssm#CfnDocument_DocumentRequiresProperty
Javasoftware.amazon.awscdk.services.ssm.CfnDocument.DocumentRequiresProperty
Pythonaws_cdk.aws_ssm.CfnDocument.DocumentRequiresProperty
TypeScript aws-cdk-lib » aws_ssm » CfnDocument » DocumentRequiresProperty

An SSM document required by the current document.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ssm as ssm } from 'aws-cdk-lib';
const documentRequiresProperty: ssm.CfnDocument.DocumentRequiresProperty = {
  name: 'name',
  version: 'version',
};

Properties

NameTypeDescription
name?stringThe name of the required SSM document.
version?stringThe document version required by the current document.

name?

Type: string (optional)

The name of the required SSM document.

The name can be an Amazon Resource Name (ARN).


version?

Type: string (optional)

The document version required by the current document.