interface DocumentRequiresProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSM.CfnDocument.DocumentRequiresProperty |
![]() | software.amazon.awscdk.services.ssm.CfnDocument.DocumentRequiresProperty |
![]() | aws_cdk.aws_ssm.CfnDocument.DocumentRequiresProperty |
![]() | @aws-cdk/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 * as ssm from '@aws-cdk/aws-ssm';
const documentRequiresProperty: ssm.CfnDocument.DocumentRequiresProperty = {
name: 'name',
version: 'version',
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The name of the required SSM document. |
version? | string | The 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.