Interface ResourceGroup
-
@ProviderType public interface ResourceGroupThis is a group of resources all pointing to the same artifact, but maybe in different versions or locations.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlias()Get the current alias for this group.List<Resource>getResources()Get all resources for this group.
-