Oracle Cloud Infrastructure
getAppCatalogListings
This data source provides the list of App Catalog Listings in Oracle Cloud Infrastructure Core service.
Lists the published listings.
Example Usage
using Pulumi;
using Oci = Pulumi.Oci;
class MyStack : Stack
{
public MyStack()
{
var testAppCatalogListings = Output.Create(Oci.Core.GetAppCatalogListings.InvokeAsync(new Oci.Core.GetAppCatalogListingsArgs
{
DisplayName = @var.App_catalog_listing_display_name,
PublisherName = @var.App_catalog_listing_publisher_name,
PublisherType = @var.App_catalog_listing_publisher_type,
}));
}
}
package main
import (
"github.com/pulumi/pulumi-oci/sdk/go/oci/Core"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Core.GetAppCatalogListings(ctx, &core.GetAppCatalogListingsArgs{
DisplayName: pulumi.StringRef(_var.App_catalog_listing_display_name),
PublisherName: pulumi.StringRef(_var.App_catalog_listing_publisher_name),
PublisherType: pulumi.StringRef(_var.App_catalog_listing_publisher_type),
}, nil)
if err != nil {
return err
}
return nil
})
}
Coming soon!
import pulumi
import pulumi_oci as oci
test_app_catalog_listings = oci.Core.get_app_catalog_listings(display_name=var["app_catalog_listing_display_name"],
publisher_name=var["app_catalog_listing_publisher_name"],
publisher_type=var["app_catalog_listing_publisher_type"])
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testAppCatalogListings = oci.Core.getAppCatalogListings({
displayName: _var.app_catalog_listing_display_name,
publisherName: _var.app_catalog_listing_publisher_name,
publisherType: _var.app_catalog_listing_publisher_type,
});
Coming soon!
Using getAppCatalogListings
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAppCatalogListings(args: GetAppCatalogListingsArgs, opts?: InvokeOptions): Promise<GetAppCatalogListingsResult>
function getAppCatalogListingsOutput(args: GetAppCatalogListingsOutputArgs, opts?: InvokeOptions): Output<GetAppCatalogListingsResult>
def get_app_catalog_listings(display_name: Optional[str] = None,
filters: Optional[Sequence[_core.GetAppCatalogListingsFilter]] = None,
publisher_name: Optional[str] = None,
publisher_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppCatalogListingsResult
def get_app_catalog_listings_output(display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[_core.GetAppCatalogListingsFilterArgs]]]] = None,
publisher_name: Optional[pulumi.Input[str]] = None,
publisher_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppCatalogListingsResult]
func GetAppCatalogListings(ctx *Context, args *GetAppCatalogListingsArgs, opts ...InvokeOption) (*GetAppCatalogListingsResult, error)
func GetAppCatalogListingsOutput(ctx *Context, args *GetAppCatalogListingsOutputArgs, opts ...InvokeOption) GetAppCatalogListingsResultOutput
> Note: This function is named GetAppCatalogListings
in the Go SDK.
public static class GetAppCatalogListings
{
public static Task<GetAppCatalogListingsResult> InvokeAsync(GetAppCatalogListingsArgs args, InvokeOptions? opts = null)
public static Output<GetAppCatalogListingsResult> Invoke(GetAppCatalogListingsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppCatalogListingsResult> getAppCatalogListings(GetAppCatalogListingsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: oci:Core/getAppCatalogListings:getAppCatalogListings
Arguments:
# Arguments dictionary
The following arguments are supported:
- Display
Name string A filter to return only resources that match the given display name exactly.
- Filters
List<Get
App Catalog Listings Filter> - Publisher
Name string A filter to return only the publisher that matches the given publisher name exactly.
- Publisher
Type string A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
- Display
Name string A filter to return only resources that match the given display name exactly.
- Filters
[]Get
App Catalog Listings Filter - Publisher
Name string A filter to return only the publisher that matches the given publisher name exactly.
- Publisher
Type string A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
- display
Name String A filter to return only resources that match the given display name exactly.
- filters
List<Get
App Catalog Listings Filter> - publisher
Name String A filter to return only the publisher that matches the given publisher name exactly.
- publisher
Type String A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
- display
Name string A filter to return only resources that match the given display name exactly.
- filters
Get
App Catalog Listings Filter[] - publisher
Name string A filter to return only the publisher that matches the given publisher name exactly.
- publisher
Type string A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
- display_
name str A filter to return only resources that match the given display name exactly.
- filters
Get
App Catalog Listings Filter] - publisher_
name str A filter to return only the publisher that matches the given publisher name exactly.
- publisher_
type str A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
- display
Name String A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- publisher
Name String A filter to return only the publisher that matches the given publisher name exactly.
- publisher
Type String A filter to return only publishers that match the given publisher type exactly. Valid types are OCI, ORACLE, TRUSTED, STANDARD.
getAppCatalogListings Result
The following output properties are available:
- App
Catalog List<GetListings App Catalog Listings App Catalog Listing> The list of app_catalog_listings.
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
App Catalog Listings Filter> - Publisher
Name string The name of the publisher who published this listing.
- Publisher
Type string
- App
Catalog []GetListings App Catalog Listings App Catalog Listing The list of app_catalog_listings.
- Id string
The provider-assigned unique ID for this managed resource.
- Display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
App Catalog Listings Filter - Publisher
Name string The name of the publisher who published this listing.
- Publisher
Type string
- app
Catalog List<GetListings App Catalog Listings App Catalog Listing> The list of app_catalog_listings.
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
App Catalog Listings Filter> - publisher
Name String The name of the publisher who published this listing.
- publisher
Type String
- app
Catalog GetListings App Catalog Listings App Catalog Listing[] The list of app_catalog_listings.
- id string
The provider-assigned unique ID for this managed resource.
- display
Name string A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
App Catalog Listings Filter[] - publisher
Name string The name of the publisher who published this listing.
- publisher
Type string
- app_
catalog_ Getlistings App Catalog Listings App Catalog Listing] The list of app_catalog_listings.
- id str
The provider-assigned unique ID for this managed resource.
- display_
name str A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
App Catalog Listings Filter] - publisher_
name str The name of the publisher who published this listing.
- publisher_
type str
- app
Catalog List<Property Map>Listings The list of app_catalog_listings.
- id String
The provider-assigned unique ID for this managed resource.
- display
Name String A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- publisher
Name String The name of the publisher who published this listing.
- publisher
Type String
Supporting Types
GetAppCatalogListingsAppCatalogListing
- Contact
Url string Listing's contact URL.
- Description string
Description of the listing.
- Display
Name string A filter to return only resources that match the given display name exactly.
- Listing
Id string the region free ocid of the listing resource.
- Publisher
Logo stringUrl Publisher's logo URL.
- Publisher
Name string A filter to return only the publisher that matches the given publisher name exactly.
- Summary string
The short summary for the listing.
- Time
Published string Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
- Contact
Url string Listing's contact URL.
- Description string
Description of the listing.
- Display
Name string A filter to return only resources that match the given display name exactly.
- Listing
Id string the region free ocid of the listing resource.
- Publisher
Logo stringUrl Publisher's logo URL.
- Publisher
Name string A filter to return only the publisher that matches the given publisher name exactly.
- Summary string
The short summary for the listing.
- Time
Published string Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
- contact
Url String Listing's contact URL.
- description String
Description of the listing.
- display
Name String A filter to return only resources that match the given display name exactly.
- listing
Id String the region free ocid of the listing resource.
- publisher
Logo StringUrl Publisher's logo URL.
- publisher
Name String A filter to return only the publisher that matches the given publisher name exactly.
- summary String
The short summary for the listing.
- time
Published String Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
- contact
Url string Listing's contact URL.
- description string
Description of the listing.
- display
Name string A filter to return only resources that match the given display name exactly.
- listing
Id string the region free ocid of the listing resource.
- publisher
Logo stringUrl Publisher's logo URL.
- publisher
Name string A filter to return only the publisher that matches the given publisher name exactly.
- summary string
The short summary for the listing.
- time
Published string Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
- contact_
url str Listing's contact URL.
- description str
Description of the listing.
- display_
name str A filter to return only resources that match the given display name exactly.
- listing_
id str the region free ocid of the listing resource.
- publisher_
logo_ strurl Publisher's logo URL.
- publisher_
name str A filter to return only the publisher that matches the given publisher name exactly.
- summary str
The short summary for the listing.
- time_
published str Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
- contact
Url String Listing's contact URL.
- description String
Description of the listing.
- display
Name String A filter to return only resources that match the given display name exactly.
- listing
Id String the region free ocid of the listing resource.
- publisher
Logo StringUrl Publisher's logo URL.
- publisher
Name String A filter to return only the publisher that matches the given publisher name exactly.
- summary String
The short summary for the listing.
- time
Published String Date and time the listing was published, in RFC3339 format. Example:
2018-03-20T12:32:53.532Z
GetAppCatalogListingsFilter
Package Details
- Repository
- https://github.com/pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
oci
Terraform Provider.