Uses of Interface
software.amazon.awscdk.interfaces.ssm.IDocumentRef
Packages that use IDocumentRef
Package
Description
AWS Systems Manager Construct Library
-
Uses of IDocumentRef in software.amazon.awscdk.interfaces.ssm
Subinterfaces of IDocumentRef in software.amazon.awscdk.interfaces.ssmModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDocumentRef.Classes in software.amazon.awscdk.interfaces.ssm that implement IDocumentRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDocumentRef in software.amazon.awscdk.services.ssm
Classes in software.amazon.awscdk.services.ssm that implement IDocumentRefModifier and TypeClassDescriptionclassTheAWS::SSM::Documentresource creates a Systems Manager (SSM) document in AWS Systems Manager .Methods in software.amazon.awscdk.services.ssm that return IDocumentRefModifier and TypeMethodDescriptionstatic IDocumentRefCfnDocument.fromDocumentName(software.constructs.Construct scope, String id, String documentName) Creates a new IDocumentRef from a documentName.Methods in software.amazon.awscdk.services.ssm with parameters of type IDocumentRefModifier and TypeMethodDescriptionstatic StringCfnDocument.arnForDocument(IDocumentRef resource) CfnAssociation.Builder.name(IDocumentRef name) The name of the SSM document that contains the configuration information for the instance.CfnAssociationProps.Builder.name(IDocumentRef name) Sets the value ofCfnAssociationProps.getName()