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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumMutability options derived through lifecycle operations or traits. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetResource(ToShapeId resource) Gets the definition of the specified CloudFormation resource.static CfnResourceIndex 
- 
Constructor Details
- 
CfnResourceIndex
 
 - 
 - 
Method Details
- 
of
 - 
getResource
Gets the definition of the specified CloudFormation resource.- Parameters:
 resource- ShapeID of a resource- Returns:
 - The resource definition.
 
 
 -