| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ModuleInfo |
StackResource.moduleInfo()
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
ModuleInfo |
StackResourceDetail.moduleInfo()
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
ModuleInfo |
ResourceChange.moduleInfo()
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
ModuleInfo |
StackResourceSummary.moduleInfo()
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
ModuleInfo |
StackResourceDrift.moduleInfo()
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
| Modifier and Type | Method and Description |
|---|---|
StackResource.Builder |
StackResource.Builder.moduleInfo(ModuleInfo moduleInfo)
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
StackResourceDetail.Builder |
StackResourceDetail.Builder.moduleInfo(ModuleInfo moduleInfo)
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
ResourceChange.Builder |
ResourceChange.Builder.moduleInfo(ModuleInfo moduleInfo)
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
StackResourceSummary.Builder |
StackResourceSummary.Builder.moduleInfo(ModuleInfo moduleInfo)
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
StackResourceDrift.Builder |
StackResourceDrift.Builder.moduleInfo(ModuleInfo moduleInfo)
Contains information about the module from which the resource was created, if the resource was created from a
module included in the stack template.
|
Copyright © 2023. All rights reserved.