| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
TerraformSource |
TerraformSource.clone() |
TerraformSource |
DeleteAppInputSourceRequest.getTerraformSource()
The imported Terraform s3 state file you want to remove from the Resilience Hub application.
|
TerraformSource |
AppInputSource.getTerraformSource()
The name of the Terraform s3 state file.
|
TerraformSource |
TerraformSource.withS3StateFileUrl(String s3StateFileUrl)
The URL of the Terraform s3 state file you need to import.
|
| Modifier and Type | Method and Description |
|---|---|
List<TerraformSource> |
ImportResourcesToDraftAppVersionResult.getTerraformSources()
A list of terraform file s3 URLs you have imported.
|
List<TerraformSource> |
ImportResourcesToDraftAppVersionRequest.getTerraformSources()
A list of terraform file s3 URLs you need to import.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteAppInputSourceRequest.setTerraformSource(TerraformSource terraformSource)
The imported Terraform s3 state file you want to remove from the Resilience Hub application.
|
void |
AppInputSource.setTerraformSource(TerraformSource terraformSource)
The name of the Terraform s3 state file.
|
DeleteAppInputSourceRequest |
DeleteAppInputSourceRequest.withTerraformSource(TerraformSource terraformSource)
The imported Terraform s3 state file you want to remove from the Resilience Hub application.
|
AppInputSource |
AppInputSource.withTerraformSource(TerraformSource terraformSource)
The name of the Terraform s3 state file.
|
ImportResourcesToDraftAppVersionResult |
ImportResourcesToDraftAppVersionResult.withTerraformSources(TerraformSource... terraformSources)
A list of terraform file s3 URLs you have imported.
|
ImportResourcesToDraftAppVersionRequest |
ImportResourcesToDraftAppVersionRequest.withTerraformSources(TerraformSource... terraformSources)
A list of terraform file s3 URLs you need to import.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportResourcesToDraftAppVersionResult.setTerraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you have imported.
|
void |
ImportResourcesToDraftAppVersionRequest.setTerraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you need to import.
|
ImportResourcesToDraftAppVersionResult |
ImportResourcesToDraftAppVersionResult.withTerraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you have imported.
|
ImportResourcesToDraftAppVersionRequest |
ImportResourcesToDraftAppVersionRequest.withTerraformSources(Collection<TerraformSource> terraformSources)
A list of terraform file s3 URLs you need to import.
|
Copyright © 2024. All rights reserved.