| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
LogicalResourceId |
LogicalResourceId.clone() |
LogicalResourceId |
UnsupportedResource.getLogicalResourceId()
The logical resource identifier for the unsupported resource.
|
LogicalResourceId |
PhysicalResource.getLogicalResourceId()
The logical identifier of the resource.
|
LogicalResourceId |
LogicalResourceId.withIdentifier(String identifier)
The identifier of the resource.
|
LogicalResourceId |
LogicalResourceId.withLogicalStackName(String logicalStackName)
The name of the CloudFormation stack this resource belongs to.
|
LogicalResourceId |
LogicalResourceId.withResourceGroupName(String resourceGroupName)
The name of the resource group that this resource belongs to.
|
LogicalResourceId |
LogicalResourceId.withTerraformSourceName(String terraformSourceName)
The name of the Terraform S3 state file this resource belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnsupportedResource.setLogicalResourceId(LogicalResourceId logicalResourceId)
The logical resource identifier for the unsupported resource.
|
void |
PhysicalResource.setLogicalResourceId(LogicalResourceId logicalResourceId)
The logical identifier of the resource.
|
UnsupportedResource |
UnsupportedResource.withLogicalResourceId(LogicalResourceId logicalResourceId)
The logical resource identifier for the unsupported resource.
|
PhysicalResource |
PhysicalResource.withLogicalResourceId(LogicalResourceId logicalResourceId)
The logical identifier of the resource.
|
Copyright © 2023. All rights reserved.