Get Ipam Ipam Scopes Plain Args
data class GetIpamIpamScopesPlainArgs(val ids: List<String>? = null, val ipamId: String? = null, val ipamScopeId: String? = null, val ipamScopeName: String? = null, val ipamScopeType: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetIpamIpamScopesPlainArgs>
A collection of arguments for invoking getIpamIpamScopes.
Properties
Link copied to clipboard
The first ID of the resource.
Link copied to clipboard
The name of the resource.
Link copied to clipboard
IPAM scope of action type:private.> Currently, only the role scope of the private network is supported.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The ID of the resource group.