Servicecatalog Functions
object ServicecatalogFunctions
Functions
Link copied to clipboard
suspend fun getAppregistryApplication(argument: GetAppregistryApplicationPlainArgs): GetAppregistryApplicationResult
Data source for managing an AWS Service Catalog AppRegistry Application.
suspend fun getAppregistryApplication(argument: suspend GetAppregistryApplicationPlainArgsBuilder.() -> Unit): GetAppregistryApplicationResult
Link copied to clipboard
suspend fun getAppregistryAttributeGroup(argument: GetAppregistryAttributeGroupPlainArgs): GetAppregistryAttributeGroupResult
Data source for managing an AWS Service Catalog AppRegistry Attribute Group.
suspend fun getAppregistryAttributeGroup(argument: suspend GetAppregistryAttributeGroupPlainArgsBuilder.() -> Unit): GetAppregistryAttributeGroupResult
suspend fun getAppregistryAttributeGroup(arn: String? = null, id: String? = null, name: String? = null): GetAppregistryAttributeGroupResult
Link copied to clipboard
suspend fun getAppregistryAttributeGroupAssociations(argument: GetAppregistryAttributeGroupAssociationsPlainArgs): GetAppregistryAttributeGroupAssociationsResult
Data source for managing AWS Service Catalog AppRegistry Attribute Group Associations.
suspend fun getAppregistryAttributeGroupAssociations(argument: suspend GetAppregistryAttributeGroupAssociationsPlainArgsBuilder.() -> Unit): GetAppregistryAttributeGroupAssociationsResult
suspend fun getAppregistryAttributeGroupAssociations(id: String? = null, name: String? = null): GetAppregistryAttributeGroupAssociationsResult
Link copied to clipboard
Provides information on a Service Catalog Constraint.
suspend fun getConstraint(argument: suspend GetConstraintPlainArgsBuilder.() -> Unit): GetConstraintResult
suspend fun getConstraint(acceptLanguage: String? = null, description: String? = null, id: String): GetConstraintResult
Link copied to clipboard
Lists the paths to the specified product. A path is how the user has access to a specified product, and is necessary when provisioning a product. A path also determines the constraints put on the product.
suspend fun getLaunchPaths(argument: suspend GetLaunchPathsPlainArgsBuilder.() -> Unit): GetLaunchPathsResult
Link copied to clipboard
Provides information for a Service Catalog Portfolio.
suspend fun getPortfolio(argument: suspend GetPortfolioPlainArgsBuilder.() -> Unit): GetPortfolioResult
suspend fun getPortfolio(acceptLanguage: String? = null, id: String, tags: Map<String, String>? = null): GetPortfolioResult
Link copied to clipboard
suspend fun getPortfolioConstraints(argument: GetPortfolioConstraintsPlainArgs): GetPortfolioConstraintsResult
Provides information on Service Catalog Portfolio Constraints.
suspend fun getPortfolioConstraints(argument: suspend GetPortfolioConstraintsPlainArgsBuilder.() -> Unit): GetPortfolioConstraintsResult
suspend fun getPortfolioConstraints(acceptLanguage: String? = null, portfolioId: String, productId: String? = null): GetPortfolioConstraintsResult
Link copied to clipboard
Use this data source to retrieve information about a Service Catalog product.
suspend fun getProduct(acceptLanguage: String? = null, id: String, tags: Map<String, String>? = null): GetProductResult
Link copied to clipboard
suspend fun getProvisioningArtifacts(argument: GetProvisioningArtifactsPlainArgs): GetProvisioningArtifactsResult
Lists the provisioning artifacts for the specified product.
suspend fun getProvisioningArtifacts(argument: suspend GetProvisioningArtifactsPlainArgsBuilder.() -> Unit): GetProvisioningArtifactsResult
suspend fun getProvisioningArtifacts(acceptLanguage: String? = null, productId: String): GetProvisioningArtifactsResult