interface DocumentRequiresProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SSM.CfnDocument.DocumentRequiresProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsssm#CfnDocument_DocumentRequiresProperty |
![]() | software.amazon.awscdk.services.ssm.CfnDocument.DocumentRequiresProperty |
![]() | aws_cdk.aws_ssm.CfnDocument.DocumentRequiresProperty |
![]() | 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
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.