| Package | Description |
|---|---|
| com.amazonaws.services.mgn.model |
| Modifier and Type | Method and Description |
|---|---|
SsmDocument |
SsmDocument.addExternalParametersEntry(String key,
SsmExternalParameter value)
Add a single ExternalParameters entry
|
SsmDocument |
SsmDocument.addParametersEntry(String key,
List<SsmParameterStoreParameter> value)
Add a single Parameters entry
|
SsmDocument |
SsmDocument.clearExternalParametersEntries()
Removes all the entries added into ExternalParameters.
|
SsmDocument |
SsmDocument.clearParametersEntries()
Removes all the entries added into Parameters.
|
SsmDocument |
SsmDocument.clone() |
SsmDocument |
JobPostLaunchActionsLaunchStatus.getSsmDocument()
AWS Systems Manager's Document of the of the Job Post Launch Actions.
|
SsmDocument |
SsmDocument.withActionName(String actionName)
User-friendly name for the AWS Systems Manager Document.
|
SsmDocument |
SsmDocument.withExternalParameters(Map<String,SsmExternalParameter> externalParameters)
AWS Systems Manager Document external parameters.
|
SsmDocument |
SsmDocument.withMustSucceedForCutover(Boolean mustSucceedForCutover)
If true, Cutover will not be enabled if the document has failed.
|
SsmDocument |
SsmDocument.withParameters(Map<String,List<SsmParameterStoreParameter>> parameters)
AWS Systems Manager Document parameters.
|
SsmDocument |
SsmDocument.withSsmDocumentName(String ssmDocumentName)
AWS Systems Manager Document name or full ARN.
|
SsmDocument |
SsmDocument.withTimeoutSeconds(Integer timeoutSeconds)
AWS Systems Manager Document timeout seconds.
|
| Modifier and Type | Method and Description |
|---|---|
List<SsmDocument> |
PostLaunchActions.getSsmDocuments()
AWS Systems Manager Documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobPostLaunchActionsLaunchStatus.setSsmDocument(SsmDocument ssmDocument)
AWS Systems Manager's Document of the of the Job Post Launch Actions.
|
JobPostLaunchActionsLaunchStatus |
JobPostLaunchActionsLaunchStatus.withSsmDocument(SsmDocument ssmDocument)
AWS Systems Manager's Document of the of the Job Post Launch Actions.
|
PostLaunchActions |
PostLaunchActions.withSsmDocuments(SsmDocument... ssmDocuments)
AWS Systems Manager Documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PostLaunchActions.setSsmDocuments(Collection<SsmDocument> ssmDocuments)
AWS Systems Manager Documents.
|
PostLaunchActions |
PostLaunchActions.withSsmDocuments(Collection<SsmDocument> ssmDocuments)
AWS Systems Manager Documents.
|
Copyright © 2024. All rights reserved.