Class CfnResourceIndex
java.lang.Object
software.amazon.smithy.aws.cloudformation.traits.CfnResourceIndex
- All Implemented Interfaces:
- KnowledgeIndex
Index of resources to their CloudFormation identifiers and properties.
 
This index performs no validation that the identifiers and reference valid shapes.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic enumMutability options derived through lifecycle operations or traits.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetResource(ToShapeId resource) Gets the definition of the specified CloudFormation resource.static CfnResourceIndex
- 
Constructor Details- 
CfnResourceIndex
 
- 
- 
Method Details- 
of
- 
getResourceGets the definition of the specified CloudFormation resource.- Parameters:
- resource- ShapeID of a resource
- Returns:
- The resource definition.
 
 
-