Get Registry Enterprise Repos Plain Args
data class GetRegistryEnterpriseReposPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val instanceId: String, val nameRegex: String? = null, val namespace: String? = null, val outputFile: String? = null) : ConvertibleToJava<GetRegistryEnterpriseReposPlainArgs>
A collection of arguments for invoking getRegistryEnterpriseRepos.
Constructors
Properties
Link copied to clipboard
Boolean, false by default, only repository attributes are exported. Set to true if tags belong to this repository are needed. See tags
in attributes.
Link copied to clipboard
ID of Container Registry Enterprise Edition instance.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).