oci.Marketplace.getListing
Explore with Pulumi AI
This data source provides details about a specific Listing resource in Oracle Cloud Infrastructure Marketplace service.
Gets detailed information about a listing, including the listing’s name, version, description, and resources.
If you plan to launch an instance from an image listing, you must first subscribe to the listing. When you launch the instance, you also need to provide the image ID of the listing resource version that you want.
Subscribing to the listing requires you to first get a signature from the terms of use agreement for the listing resource version. To get the signature, issue a GetAppCatalogListingAgreements API call. The AppCatalogListingResourceVersionAgreements object, including its signature, is returned in the response. With the signature for the terms of use agreement for the desired listing resource version, create a subscription by issuing a CreateAppCatalogSubscription API call.
To get the image ID to launch an instance, issue a GetAppCatalogListingResourceVersion API call. Lastly, to launch the instance, use the image ID of the listing resource version to issue a LaunchInstance API call.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testListing = oci.Marketplace.getListing({
listingId: testListingOciMarketplaceListing.id,
compartmentId: compartmentId,
});
import pulumi
import pulumi_oci as oci
test_listing = oci.Marketplace.get_listing(listing_id=test_listing_oci_marketplace_listing["id"],
compartment_id=compartment_id)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/Marketplace"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := Marketplace.GetListing(ctx, &marketplace.GetListingArgs{
ListingId: testListingOciMarketplaceListing.Id,
CompartmentId: pulumi.StringRef(compartmentId),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testListing = Oci.Marketplace.GetListing.Invoke(new()
{
ListingId = testListingOciMarketplaceListing.Id,
CompartmentId = compartmentId,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Marketplace.MarketplaceFunctions;
import com.pulumi.oci.Marketplace.inputs.GetListingArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testListing = MarketplaceFunctions.getListing(GetListingArgs.builder()
.listingId(testListingOciMarketplaceListing.id())
.compartmentId(compartmentId)
.build());
}
}
variables:
testListing:
fn::invoke:
Function: oci:Marketplace:getListing
Arguments:
listingId: ${testListingOciMarketplaceListing.id}
compartmentId: ${compartmentId}
Using getListing
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 getListing(args: GetListingArgs, opts?: InvokeOptions): Promise<GetListingResult>
function getListingOutput(args: GetListingOutputArgs, opts?: InvokeOptions): Output<GetListingResult>
def get_listing(compartment_id: Optional[str] = None,
listing_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetListingResult
def get_listing_output(compartment_id: Optional[pulumi.Input[str]] = None,
listing_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetListingResult]
func GetListing(ctx *Context, args *GetListingArgs, opts ...InvokeOption) (*GetListingResult, error)
func GetListingOutput(ctx *Context, args *GetListingOutputArgs, opts ...InvokeOption) GetListingResultOutput
> Note: This function is named GetListing
in the Go SDK.
public static class GetListing
{
public static Task<GetListingResult> InvokeAsync(GetListingArgs args, InvokeOptions? opts = null)
public static Output<GetListingResult> Invoke(GetListingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetListingResult> getListing(GetListingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:Marketplace/getListing:getListing
arguments:
# arguments dictionary
The following arguments are supported:
- Listing
Id string - The unique identifier for the listing.
- Compartment
Id string - The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
- Listing
Id string - The unique identifier for the listing.
- Compartment
Id string - The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
- listing
Id String - The unique identifier for the listing.
- compartment
Id String - The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
- listing
Id string - The unique identifier for the listing.
- compartment
Id string - The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
- listing_
id str - The unique identifier for the listing.
- compartment_
id str - The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
- listing
Id String - The unique identifier for the listing.
- compartment
Id String - The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
getListing Result
The following output properties are available:
- List<Get
Listing Banner> - The model for upload data for images and icons.
- Categories List<string>
- Product categories that the listing belongs to.
- Compatible
Architectures List<string> - The list of compatible architectures supported by the listing
- Default
Package stringVersion - The default package version.
- Documentation
Links List<GetListing Documentation Link> - Links to additional documentation provided by the publisher specifically for the listing.
- Icons
List<Get
Listing Icon> - The model for upload data for images and icons.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Featured bool - Indicates whether the listing is included in Featured Listings.
- Keywords string
- Keywords associated with the listing.
- Languages
List<Get
Listing Language> - Languages supported by the listing.
- License
Model stringDescription - A description of the publisher's licensing model for the listing.
- Links
List<Get
Listing Link> - Reference links.
- Listing
Id string - Listing
Type string - The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- Long
Description string - A long description of the listing.
- Name string
- Text that describes the resource.
- Package
Type string - The listing's package type.
- Publishers
List<Get
Listing Publisher> - Summary details about the publisher of the listing.
- Regions
List<Get
Listing Region> - The regions where the listing is eligible to be deployed.
- Release
Notes string - Release notes for the listing.
- Screenshots
List<Get
Listing Screenshot> - Screenshots of the listing.
- Short
Description string - A short description of the listing.
- Support
Contacts List<GetListing Support Contact> - Contact information to use to get support from the publisher for the listing.
- Support
Links List<GetListing Support Link> - Links to support resources for the listing.
- Supported
Operating List<GetSystems Listing Supported Operating System> - The list of operating systems supported by the listing.
- System
Requirements string - System requirements for the listing.
- Tagline string
- The tagline of the listing.
- Time
Released string - The release date of the listing.
- Usage
Information string - Usage information for the listing.
- Version string
- The version of the listing.
- Videos
List<Get
Listing Video> - Videos of the listing.
- Compartment
Id string
- []Get
Listing Banner - The model for upload data for images and icons.
- Categories []string
- Product categories that the listing belongs to.
- Compatible
Architectures []string - The list of compatible architectures supported by the listing
- Default
Package stringVersion - The default package version.
- Documentation
Links []GetListing Documentation Link - Links to additional documentation provided by the publisher specifically for the listing.
- Icons
[]Get
Listing Icon - The model for upload data for images and icons.
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Featured bool - Indicates whether the listing is included in Featured Listings.
- Keywords string
- Keywords associated with the listing.
- Languages
[]Get
Listing Language - Languages supported by the listing.
- License
Model stringDescription - A description of the publisher's licensing model for the listing.
- Links
[]Get
Listing Link - Reference links.
- Listing
Id string - Listing
Type string - The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- Long
Description string - A long description of the listing.
- Name string
- Text that describes the resource.
- Package
Type string - The listing's package type.
- Publishers
[]Get
Listing Publisher - Summary details about the publisher of the listing.
- Regions
[]Get
Listing Region - The regions where the listing is eligible to be deployed.
- Release
Notes string - Release notes for the listing.
- Screenshots
[]Get
Listing Screenshot - Screenshots of the listing.
- Short
Description string - A short description of the listing.
- Support
Contacts []GetListing Support Contact - Contact information to use to get support from the publisher for the listing.
- Support
Links []GetListing Support Link - Links to support resources for the listing.
- Supported
Operating []GetSystems Listing Supported Operating System - The list of operating systems supported by the listing.
- System
Requirements string - System requirements for the listing.
- Tagline string
- The tagline of the listing.
- Time
Released string - The release date of the listing.
- Usage
Information string - Usage information for the listing.
- Version string
- The version of the listing.
- Videos
[]Get
Listing Video - Videos of the listing.
- Compartment
Id string
- List<Get
Listing Banner> - The model for upload data for images and icons.
- categories List<String>
- Product categories that the listing belongs to.
- compatible
Architectures List<String> - The list of compatible architectures supported by the listing
- default
Package StringVersion - The default package version.
- documentation
Links List<GetListing Documentation Link> - Links to additional documentation provided by the publisher specifically for the listing.
- icons
List<Get
Listing Icon> - The model for upload data for images and icons.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Featured Boolean - Indicates whether the listing is included in Featured Listings.
- keywords String
- Keywords associated with the listing.
- languages
List<Get
Listing Language> - Languages supported by the listing.
- license
Model StringDescription - A description of the publisher's licensing model for the listing.
- links
List<Get
Listing Link> - Reference links.
- listing
Id String - listing
Type String - The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- long
Description String - A long description of the listing.
- name String
- Text that describes the resource.
- package
Type String - The listing's package type.
- publishers
List<Get
Listing Publisher> - Summary details about the publisher of the listing.
- regions
List<Get
Listing Region> - The regions where the listing is eligible to be deployed.
- release
Notes String - Release notes for the listing.
- screenshots
List<Get
Listing Screenshot> - Screenshots of the listing.
- short
Description String - A short description of the listing.
- support
Contacts List<GetListing Support Contact> - Contact information to use to get support from the publisher for the listing.
- support
Links List<GetListing Support Link> - Links to support resources for the listing.
- supported
Operating List<GetSystems Listing Supported Operating System> - The list of operating systems supported by the listing.
- system
Requirements String - System requirements for the listing.
- tagline String
- The tagline of the listing.
- time
Released String - The release date of the listing.
- usage
Information String - Usage information for the listing.
- version String
- The version of the listing.
- videos
List<Get
Listing Video> - Videos of the listing.
- compartment
Id String
- Get
Listing Banner[] - The model for upload data for images and icons.
- categories string[]
- Product categories that the listing belongs to.
- compatible
Architectures string[] - The list of compatible architectures supported by the listing
- default
Package stringVersion - The default package version.
- documentation
Links GetListing Documentation Link[] - Links to additional documentation provided by the publisher specifically for the listing.
- icons
Get
Listing Icon[] - The model for upload data for images and icons.
- id string
- The provider-assigned unique ID for this managed resource.
- is
Featured boolean - Indicates whether the listing is included in Featured Listings.
- keywords string
- Keywords associated with the listing.
- languages
Get
Listing Language[] - Languages supported by the listing.
- license
Model stringDescription - A description of the publisher's licensing model for the listing.
- links
Get
Listing Link[] - Reference links.
- listing
Id string - listing
Type string - The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- long
Description string - A long description of the listing.
- name string
- Text that describes the resource.
- package
Type string - The listing's package type.
- publishers
Get
Listing Publisher[] - Summary details about the publisher of the listing.
- regions
Get
Listing Region[] - The regions where the listing is eligible to be deployed.
- release
Notes string - Release notes for the listing.
- screenshots
Get
Listing Screenshot[] - Screenshots of the listing.
- short
Description string - A short description of the listing.
- support
Contacts GetListing Support Contact[] - Contact information to use to get support from the publisher for the listing.
- support
Links GetListing Support Link[] - Links to support resources for the listing.
- supported
Operating GetSystems Listing Supported Operating System[] - The list of operating systems supported by the listing.
- system
Requirements string - System requirements for the listing.
- tagline string
- The tagline of the listing.
- time
Released string - The release date of the listing.
- usage
Information string - Usage information for the listing.
- version string
- The version of the listing.
- videos
Get
Listing Video[] - Videos of the listing.
- compartment
Id string
- Sequence[marketplace.
Get Listing Banner] - The model for upload data for images and icons.
- categories Sequence[str]
- Product categories that the listing belongs to.
- compatible_
architectures Sequence[str] - The list of compatible architectures supported by the listing
- default_
package_ strversion - The default package version.
- documentation_
links Sequence[marketplace.Get Listing Documentation Link] - Links to additional documentation provided by the publisher specifically for the listing.
- icons
Sequence[marketplace.
Get Listing Icon] - The model for upload data for images and icons.
- id str
- The provider-assigned unique ID for this managed resource.
- is_
featured bool - Indicates whether the listing is included in Featured Listings.
- keywords str
- Keywords associated with the listing.
- languages
Sequence[marketplace.
Get Listing Language] - Languages supported by the listing.
- license_
model_ strdescription - A description of the publisher's licensing model for the listing.
- links
Sequence[marketplace.
Get Listing Link] - Reference links.
- listing_
id str - listing_
type str - The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- long_
description str - A long description of the listing.
- name str
- Text that describes the resource.
- package_
type str - The listing's package type.
- publishers
Sequence[marketplace.
Get Listing Publisher] - Summary details about the publisher of the listing.
- regions
Sequence[marketplace.
Get Listing Region] - The regions where the listing is eligible to be deployed.
- release_
notes str - Release notes for the listing.
- screenshots
Sequence[marketplace.
Get Listing Screenshot] - Screenshots of the listing.
- short_
description str - A short description of the listing.
- support_
contacts Sequence[marketplace.Get Listing Support Contact] - Contact information to use to get support from the publisher for the listing.
- support_
links Sequence[marketplace.Get Listing Support Link] - Links to support resources for the listing.
- supported_
operating_ Sequence[marketplace.systems Get Listing Supported Operating System] - The list of operating systems supported by the listing.
- system_
requirements str - System requirements for the listing.
- tagline str
- The tagline of the listing.
- time_
released str - The release date of the listing.
- usage_
information str - Usage information for the listing.
- version str
- The version of the listing.
- videos
Sequence[marketplace.
Get Listing Video] - Videos of the listing.
- compartment_
id str
- List<Property Map>
- The model for upload data for images and icons.
- categories List<String>
- Product categories that the listing belongs to.
- compatible
Architectures List<String> - The list of compatible architectures supported by the listing
- default
Package StringVersion - The default package version.
- documentation
Links List<Property Map> - Links to additional documentation provided by the publisher specifically for the listing.
- icons List<Property Map>
- The model for upload data for images and icons.
- id String
- The provider-assigned unique ID for this managed resource.
- is
Featured Boolean - Indicates whether the listing is included in Featured Listings.
- keywords String
- Keywords associated with the listing.
- languages List<Property Map>
- Languages supported by the listing.
- license
Model StringDescription - A description of the publisher's licensing model for the listing.
- links List<Property Map>
- Reference links.
- listing
Id String - listing
Type String - The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- long
Description String - A long description of the listing.
- name String
- Text that describes the resource.
- package
Type String - The listing's package type.
- publishers List<Property Map>
- Summary details about the publisher of the listing.
- regions List<Property Map>
- The regions where the listing is eligible to be deployed.
- release
Notes String - Release notes for the listing.
- screenshots List<Property Map>
- Screenshots of the listing.
- short
Description String - A short description of the listing.
- support
Contacts List<Property Map> - Contact information to use to get support from the publisher for the listing.
- support
Links List<Property Map> - Links to support resources for the listing.
- supported
Operating List<Property Map>Systems - The list of operating systems supported by the listing.
- system
Requirements String - System requirements for the listing.
- tagline String
- The tagline of the listing.
- time
Released String - The release date of the listing.
- usage
Information String - Usage information for the listing.
- version String
- The version of the listing.
- videos List<Property Map>
- Videos of the listing.
- compartment
Id String
Supporting Types
GetListingBanner
- Content
Url string - The content URL of the screenshot.
- File
Extension string - The file extension of the screenshot.
- Mime
Type string - The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- Content
Url string - The content URL of the screenshot.
- File
Extension string - The file extension of the screenshot.
- Mime
Type string - The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- content
Url String - The content URL of the screenshot.
- file
Extension String - The file extension of the screenshot.
- mime
Type String - The MIME type of the screenshot.
- name String
- Text that describes the resource.
- content
Url string - The content URL of the screenshot.
- file
Extension string - The file extension of the screenshot.
- mime
Type string - The MIME type of the screenshot.
- name string
- Text that describes the resource.
- content_
url str - The content URL of the screenshot.
- file_
extension str - The file extension of the screenshot.
- mime_
type str - The MIME type of the screenshot.
- name str
- Text that describes the resource.
- content
Url String - The content URL of the screenshot.
- file
Extension String - The file extension of the screenshot.
- mime
Type String - The MIME type of the screenshot.
- name String
- Text that describes the resource.
GetListingDocumentationLink
- Document
Category string - The category that the document belongs to.
- Name string
- Text that describes the resource.
- Url string
- The URL of the resource.
- Document
Category string - The category that the document belongs to.
- Name string
- Text that describes the resource.
- Url string
- The URL of the resource.
- document
Category String - The category that the document belongs to.
- name String
- Text that describes the resource.
- url String
- The URL of the resource.
- document
Category string - The category that the document belongs to.
- name string
- Text that describes the resource.
- url string
- The URL of the resource.
- document_
category str - The category that the document belongs to.
- name str
- Text that describes the resource.
- url str
- The URL of the resource.
- document
Category String - The category that the document belongs to.
- name String
- Text that describes the resource.
- url String
- The URL of the resource.
GetListingIcon
- Content
Url string - The content URL of the screenshot.
- File
Extension string - The file extension of the screenshot.
- Mime
Type string - The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- Content
Url string - The content URL of the screenshot.
- File
Extension string - The file extension of the screenshot.
- Mime
Type string - The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- content
Url String - The content URL of the screenshot.
- file
Extension String - The file extension of the screenshot.
- mime
Type String - The MIME type of the screenshot.
- name String
- Text that describes the resource.
- content
Url string - The content URL of the screenshot.
- file
Extension string - The file extension of the screenshot.
- mime
Type string - The MIME type of the screenshot.
- name string
- Text that describes the resource.
- content_
url str - The content URL of the screenshot.
- file_
extension str - The file extension of the screenshot.
- mime_
type str - The MIME type of the screenshot.
- name str
- Text that describes the resource.
- content
Url String - The content URL of the screenshot.
- file
Extension String - The file extension of the screenshot.
- mime
Type String - The MIME type of the screenshot.
- name String
- Text that describes the resource.
GetListingLanguage
GetListingLink
GetListingPublisher
- Contact
Email string - The email address of the publisher.
- Contact
Phone string - The phone number of the publisher.
- Description string
- A description of the screenshot.
- Hq
Address string - The address of the publisher's headquarters.
- Id string
- The unique identifier for the publisher.
- Links
List<Get
Listing Publisher Link> - Reference links.
- Logos
List<Get
Listing Publisher Logo> - The model for upload data for images and icons.
- Name string
- Text that describes the resource.
- Website
Url string - The publisher's website.
- Year
Founded string - The year the publisher's company or organization was founded.
- Contact
Email string - The email address of the publisher.
- Contact
Phone string - The phone number of the publisher.
- Description string
- A description of the screenshot.
- Hq
Address string - The address of the publisher's headquarters.
- Id string
- The unique identifier for the publisher.
- Links
[]Get
Listing Publisher Link - Reference links.
- Logos
[]Get
Listing Publisher Logo - The model for upload data for images and icons.
- Name string
- Text that describes the resource.
- Website
Url string - The publisher's website.
- Year
Founded string - The year the publisher's company or organization was founded.
- contact
Email String - The email address of the publisher.
- contact
Phone String - The phone number of the publisher.
- description String
- A description of the screenshot.
- hq
Address String - The address of the publisher's headquarters.
- id String
- The unique identifier for the publisher.
- links
List<Get
Listing Publisher Link> - Reference links.
- logos
List<Get
Listing Publisher Logo> - The model for upload data for images and icons.
- name String
- Text that describes the resource.
- website
Url String - The publisher's website.
- year
Founded String - The year the publisher's company or organization was founded.
- contact
Email string - The email address of the publisher.
- contact
Phone string - The phone number of the publisher.
- description string
- A description of the screenshot.
- hq
Address string - The address of the publisher's headquarters.
- id string
- The unique identifier for the publisher.
- links
Get
Listing Publisher Link[] - Reference links.
- logos
Get
Listing Publisher Logo[] - The model for upload data for images and icons.
- name string
- Text that describes the resource.
- website
Url string - The publisher's website.
- year
Founded string - The year the publisher's company or organization was founded.
- contact_
email str - The email address of the publisher.
- contact_
phone str - The phone number of the publisher.
- description str
- A description of the screenshot.
- hq_
address str - The address of the publisher's headquarters.
- id str
- The unique identifier for the publisher.
- links
Sequence[marketplace.
Get Listing Publisher Link] - Reference links.
- logos
Sequence[marketplace.
Get Listing Publisher Logo] - The model for upload data for images and icons.
- name str
- Text that describes the resource.
- website_
url str - The publisher's website.
- year_
founded str - The year the publisher's company or organization was founded.
- contact
Email String - The email address of the publisher.
- contact
Phone String - The phone number of the publisher.
- description String
- A description of the screenshot.
- hq
Address String - The address of the publisher's headquarters.
- id String
- The unique identifier for the publisher.
- links List<Property Map>
- Reference links.
- logos List<Property Map>
- The model for upload data for images and icons.
- name String
- Text that describes the resource.
- website
Url String - The publisher's website.
- year
Founded String - The year the publisher's company or organization was founded.
GetListingPublisherLink
GetListingPublisherLogo
- Content
Url string - The content URL of the screenshot.
- File
Extension string - The file extension of the screenshot.
- Mime
Type string - The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- Content
Url string - The content URL of the screenshot.
- File
Extension string - The file extension of the screenshot.
- Mime
Type string - The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- content
Url String - The content URL of the screenshot.
- file
Extension String - The file extension of the screenshot.
- mime
Type String - The MIME type of the screenshot.
- name String
- Text that describes the resource.
- content
Url string - The content URL of the screenshot.
- file
Extension string - The file extension of the screenshot.
- mime
Type string - The MIME type of the screenshot.
- name string
- Text that describes the resource.
- content_
url str - The content URL of the screenshot.
- file_
extension str - The file extension of the screenshot.
- mime_
type str - The MIME type of the screenshot.
- name str
- Text that describes the resource.
- content
Url String - The content URL of the screenshot.
- file
Extension String - The file extension of the screenshot.
- mime
Type String - The MIME type of the screenshot.
- name String
- Text that describes the resource.
GetListingRegion
- Code string
- A code assigned to the item.
- Countries
List<Get
Listing Region Country> - Countries in the region.
- Name string
- Text that describes the resource.
- Code string
- A code assigned to the item.
- Countries
[]Get
Listing Region Country - Countries in the region.
- Name string
- Text that describes the resource.
- code String
- A code assigned to the item.
- countries
List<Get
Listing Region Country> - Countries in the region.
- name String
- Text that describes the resource.
- code string
- A code assigned to the item.
- countries
Get
Listing Region Country[] - Countries in the region.
- name string
- Text that describes the resource.
- code str
- A code assigned to the item.
- countries
Sequence[marketplace.
Get Listing Region Country] - Countries in the region.
- name str
- Text that describes the resource.
- code String
- A code assigned to the item.
- countries List<Property Map>
- Countries in the region.
- name String
- Text that describes the resource.
GetListingRegionCountry
GetListingScreenshot
- Content
Url string - The content URL of the screenshot.
- Description string
- A description of the screenshot.
- File
Extension string - The file extension of the screenshot.
- Mime
Type string - The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- Content
Url string - The content URL of the screenshot.
- Description string
- A description of the screenshot.
- File
Extension string - The file extension of the screenshot.
- Mime
Type string - The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- content
Url String - The content URL of the screenshot.
- description String
- A description of the screenshot.
- file
Extension String - The file extension of the screenshot.
- mime
Type String - The MIME type of the screenshot.
- name String
- Text that describes the resource.
- content
Url string - The content URL of the screenshot.
- description string
- A description of the screenshot.
- file
Extension string - The file extension of the screenshot.
- mime
Type string - The MIME type of the screenshot.
- name string
- Text that describes the resource.
- content_
url str - The content URL of the screenshot.
- description str
- A description of the screenshot.
- file_
extension str - The file extension of the screenshot.
- mime_
type str - The MIME type of the screenshot.
- name str
- Text that describes the resource.
- content
Url String - The content URL of the screenshot.
- description String
- A description of the screenshot.
- file
Extension String - The file extension of the screenshot.
- mime
Type String - The MIME type of the screenshot.
- name String
- Text that describes the resource.
GetListingSupportContact
GetListingSupportLink
GetListingSupportedOperatingSystem
- Name string
- Text that describes the resource.
- Name string
- Text that describes the resource.
- name String
- Text that describes the resource.
- name string
- Text that describes the resource.
- name str
- Text that describes the resource.
- name String
- Text that describes the resource.
GetListingVideo
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.