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)
public static Output<GetListingResult> getListing(GetListingArgs args, InvokeOptions options)
fn::invoke:
  function: oci:Marketplace/getListing:getListing
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ListingId string
- The unique identifier for the listing.
- CompartmentId string
- The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
- ListingId string
- The unique identifier for the listing.
- CompartmentId string
- The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
- listingId String
- The unique identifier for the listing.
- compartmentId String
- The unique identifier for the compartment. It is mandatory when used in non-commercial realms.
- listingId string
- The unique identifier for the listing.
- compartmentId 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.
- listingId String
- The unique identifier for the listing.
- compartmentId 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<GetListing Banner> 
- The model for upload data for images and icons.
- Categories List<string>
- Product categories that the listing belongs to.
- CompatibleArchitectures List<string>
- The list of compatible architectures supported by the listing
- DefaultPackage stringVersion 
- The default package version.
- DocumentationLinks List<GetListing Documentation Link> 
- Links to additional documentation provided by the publisher specifically for the listing.
- Icons
List<GetListing Icon> 
- The model for upload data for images and icons.
- Id string
- The provider-assigned unique ID for this managed resource.
- IsFeatured bool
- Indicates whether the listing is included in Featured Listings.
- Keywords string
- Keywords associated with the listing.
- Languages
List<GetListing Language> 
- Languages supported by the listing.
- LicenseModel stringDescription 
- A description of the publisher's licensing model for the listing.
- Links
List<GetListing Link> 
- Reference links.
- ListingId string
- ListingType string
- The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- LongDescription string
- A long description of the listing.
- Name string
- Text that describes the resource.
- PackageType string
- The listing's package type.
- Publishers
List<GetListing Publisher> 
- Summary details about the publisher of the listing.
- Regions
List<GetListing Region> 
- The regions where the listing is eligible to be deployed.
- ReleaseNotes string
- Release notes for the listing.
- Screenshots
List<GetListing Screenshot> 
- Screenshots of the listing.
- ShortDescription string
- A short description of the listing.
- SupportContacts List<GetListing Support Contact> 
- Contact information to use to get support from the publisher for the listing.
- SupportLinks List<GetListing Support Link> 
- Links to support resources for the listing.
- SupportedOperating List<GetSystems Listing Supported Operating System> 
- The list of operating systems supported by the listing.
- SystemRequirements string
- System requirements for the listing.
- Tagline string
- The tagline of the listing.
- TimeReleased string
- The release date of the listing.
- UsageInformation string
- Usage information for the listing.
- Version string
- The version of the listing.
- Videos
List<GetListing Video> 
- Videos of the listing.
- CompartmentId string
- 
[]GetListing Banner 
- The model for upload data for images and icons.
- Categories []string
- Product categories that the listing belongs to.
- CompatibleArchitectures []string
- The list of compatible architectures supported by the listing
- DefaultPackage stringVersion 
- The default package version.
- DocumentationLinks []GetListing Documentation Link 
- Links to additional documentation provided by the publisher specifically for the listing.
- Icons
[]GetListing Icon 
- The model for upload data for images and icons.
- Id string
- The provider-assigned unique ID for this managed resource.
- IsFeatured bool
- Indicates whether the listing is included in Featured Listings.
- Keywords string
- Keywords associated with the listing.
- Languages
[]GetListing Language 
- Languages supported by the listing.
- LicenseModel stringDescription 
- A description of the publisher's licensing model for the listing.
- Links
[]GetListing Link 
- Reference links.
- ListingId string
- ListingType string
- The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- LongDescription string
- A long description of the listing.
- Name string
- Text that describes the resource.
- PackageType string
- The listing's package type.
- Publishers
[]GetListing Publisher 
- Summary details about the publisher of the listing.
- Regions
[]GetListing Region 
- The regions where the listing is eligible to be deployed.
- ReleaseNotes string
- Release notes for the listing.
- Screenshots
[]GetListing Screenshot 
- Screenshots of the listing.
- ShortDescription string
- A short description of the listing.
- SupportContacts []GetListing Support Contact 
- Contact information to use to get support from the publisher for the listing.
- SupportLinks []GetListing Support Link 
- Links to support resources for the listing.
- SupportedOperating []GetSystems Listing Supported Operating System 
- The list of operating systems supported by the listing.
- SystemRequirements string
- System requirements for the listing.
- Tagline string
- The tagline of the listing.
- TimeReleased string
- The release date of the listing.
- UsageInformation string
- Usage information for the listing.
- Version string
- The version of the listing.
- Videos
[]GetListing Video 
- Videos of the listing.
- CompartmentId string
- 
List<GetListing Banner> 
- The model for upload data for images and icons.
- categories List<String>
- Product categories that the listing belongs to.
- compatibleArchitectures List<String>
- The list of compatible architectures supported by the listing
- defaultPackage StringVersion 
- The default package version.
- documentationLinks List<GetListing Documentation Link> 
- Links to additional documentation provided by the publisher specifically for the listing.
- icons
List<GetListing Icon> 
- The model for upload data for images and icons.
- id String
- The provider-assigned unique ID for this managed resource.
- isFeatured Boolean
- Indicates whether the listing is included in Featured Listings.
- keywords String
- Keywords associated with the listing.
- languages
List<GetListing Language> 
- Languages supported by the listing.
- licenseModel StringDescription 
- A description of the publisher's licensing model for the listing.
- links
List<GetListing Link> 
- Reference links.
- listingId String
- listingType String
- The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- longDescription String
- A long description of the listing.
- name String
- Text that describes the resource.
- packageType String
- The listing's package type.
- publishers
List<GetListing Publisher> 
- Summary details about the publisher of the listing.
- regions
List<GetListing Region> 
- The regions where the listing is eligible to be deployed.
- releaseNotes String
- Release notes for the listing.
- screenshots
List<GetListing Screenshot> 
- Screenshots of the listing.
- shortDescription String
- A short description of the listing.
- supportContacts List<GetListing Support Contact> 
- Contact information to use to get support from the publisher for the listing.
- supportLinks List<GetListing Support Link> 
- Links to support resources for the listing.
- supportedOperating List<GetSystems Listing Supported Operating System> 
- The list of operating systems supported by the listing.
- systemRequirements String
- System requirements for the listing.
- tagline String
- The tagline of the listing.
- timeReleased String
- The release date of the listing.
- usageInformation String
- Usage information for the listing.
- version String
- The version of the listing.
- videos
List<GetListing Video> 
- Videos of the listing.
- compartmentId String
- 
GetListing Banner[] 
- The model for upload data for images and icons.
- categories string[]
- Product categories that the listing belongs to.
- compatibleArchitectures string[]
- The list of compatible architectures supported by the listing
- defaultPackage stringVersion 
- The default package version.
- documentationLinks GetListing Documentation Link[] 
- Links to additional documentation provided by the publisher specifically for the listing.
- icons
GetListing Icon[] 
- The model for upload data for images and icons.
- id string
- The provider-assigned unique ID for this managed resource.
- isFeatured boolean
- Indicates whether the listing is included in Featured Listings.
- keywords string
- Keywords associated with the listing.
- languages
GetListing Language[] 
- Languages supported by the listing.
- licenseModel stringDescription 
- A description of the publisher's licensing model for the listing.
- links
GetListing Link[] 
- Reference links.
- listingId string
- listingType string
- The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- longDescription string
- A long description of the listing.
- name string
- Text that describes the resource.
- packageType string
- The listing's package type.
- publishers
GetListing Publisher[] 
- Summary details about the publisher of the listing.
- regions
GetListing Region[] 
- The regions where the listing is eligible to be deployed.
- releaseNotes string
- Release notes for the listing.
- screenshots
GetListing Screenshot[] 
- Screenshots of the listing.
- shortDescription string
- A short description of the listing.
- supportContacts GetListing Support Contact[] 
- Contact information to use to get support from the publisher for the listing.
- supportLinks GetListing Support Link[] 
- Links to support resources for the listing.
- supportedOperating GetSystems Listing Supported Operating System[] 
- The list of operating systems supported by the listing.
- systemRequirements string
- System requirements for the listing.
- tagline string
- The tagline of the listing.
- timeReleased string
- The release date of the listing.
- usageInformation string
- Usage information for the listing.
- version string
- The version of the listing.
- videos
GetListing Video[] 
- Videos of the listing.
- compartmentId string
- 
Sequence[GetListing 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[GetListing Documentation Link] 
- Links to additional documentation provided by the publisher specifically for the listing.
- icons
Sequence[GetListing 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[GetListing Language] 
- Languages supported by the listing.
- license_model_ strdescription 
- A description of the publisher's licensing model for the listing.
- links
Sequence[GetListing 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[GetListing Publisher] 
- Summary details about the publisher of the listing.
- regions
Sequence[GetListing Region] 
- The regions where the listing is eligible to be deployed.
- release_notes str
- Release notes for the listing.
- screenshots
Sequence[GetListing Screenshot] 
- Screenshots of the listing.
- short_description str
- A short description of the listing.
- support_contacts Sequence[GetListing Support Contact] 
- Contact information to use to get support from the publisher for the listing.
- support_links Sequence[GetListing Support Link] 
- Links to support resources for the listing.
- supported_operating_ Sequence[Getsystems 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[GetListing 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.
- compatibleArchitectures List<String>
- The list of compatible architectures supported by the listing
- defaultPackage StringVersion 
- The default package version.
- documentationLinks 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.
- isFeatured 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.
- licenseModel StringDescription 
- A description of the publisher's licensing model for the listing.
- links List<Property Map>
- Reference links.
- listingId String
- listingType String
- The publisher category to which the listing belongs. The publisher category informs where the listing appears for use.
- longDescription String
- A long description of the listing.
- name String
- Text that describes the resource.
- packageType 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.
- releaseNotes String
- Release notes for the listing.
- screenshots List<Property Map>
- Screenshots of the listing.
- shortDescription String
- A short description of the listing.
- supportContacts List<Property Map>
- Contact information to use to get support from the publisher for the listing.
- supportLinks List<Property Map>
- Links to support resources for the listing.
- supportedOperating List<Property Map>Systems 
- The list of operating systems supported by the listing.
- systemRequirements String
- System requirements for the listing.
- tagline String
- The tagline of the listing.
- timeReleased String
- The release date of the listing.
- usageInformation String
- Usage information for the listing.
- version String
- The version of the listing.
- videos List<Property Map>
- Videos of the listing.
- compartmentId String
Supporting Types
GetListingBanner  
- ContentUrl string
- The content URL of the screenshot.
- FileExtension string
- The file extension of the screenshot.
- MimeType string
- The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- ContentUrl string
- The content URL of the screenshot.
- FileExtension string
- The file extension of the screenshot.
- MimeType string
- The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- contentUrl String
- The content URL of the screenshot.
- fileExtension String
- The file extension of the screenshot.
- mimeType String
- The MIME type of the screenshot.
- name String
- Text that describes the resource.
- contentUrl string
- The content URL of the screenshot.
- fileExtension string
- The file extension of the screenshot.
- mimeType 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.
- contentUrl String
- The content URL of the screenshot.
- fileExtension String
- The file extension of the screenshot.
- mimeType String
- The MIME type of the screenshot.
- name String
- Text that describes the resource.
GetListingDocumentationLink   
- DocumentCategory string
- The category that the document belongs to.
- Name string
- Text that describes the resource.
- Url string
- The URL of the resource.
- DocumentCategory string
- The category that the document belongs to.
- Name string
- Text that describes the resource.
- Url string
- The URL of the resource.
- documentCategory String
- The category that the document belongs to.
- name String
- Text that describes the resource.
- url String
- The URL of the resource.
- documentCategory 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.
- documentCategory String
- The category that the document belongs to.
- name String
- Text that describes the resource.
- url String
- The URL of the resource.
GetListingIcon  
- ContentUrl string
- The content URL of the screenshot.
- FileExtension string
- The file extension of the screenshot.
- MimeType string
- The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- ContentUrl string
- The content URL of the screenshot.
- FileExtension string
- The file extension of the screenshot.
- MimeType string
- The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- contentUrl String
- The content URL of the screenshot.
- fileExtension String
- The file extension of the screenshot.
- mimeType String
- The MIME type of the screenshot.
- name String
- Text that describes the resource.
- contentUrl string
- The content URL of the screenshot.
- fileExtension string
- The file extension of the screenshot.
- mimeType 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.
- contentUrl String
- The content URL of the screenshot.
- fileExtension String
- The file extension of the screenshot.
- mimeType String
- The MIME type of the screenshot.
- name String
- Text that describes the resource.
GetListingLanguage  
GetListingLink  
GetListingPublisher  
- ContactEmail string
- The email address of the publisher.
- ContactPhone string
- The phone number of the publisher.
- Description string
- A description of the screenshot.
- HqAddress string
- The address of the publisher's headquarters.
- Id string
- The unique identifier for the publisher.
- Links
List<GetListing Publisher Link> 
- Reference links.
- Logos
List<GetListing Publisher Logo> 
- The model for upload data for images and icons.
- Name string
- Text that describes the resource.
- WebsiteUrl string
- The publisher's website.
- YearFounded string
- The year the publisher's company or organization was founded.
- ContactEmail string
- The email address of the publisher.
- ContactPhone string
- The phone number of the publisher.
- Description string
- A description of the screenshot.
- HqAddress string
- The address of the publisher's headquarters.
- Id string
- The unique identifier for the publisher.
- Links
[]GetListing Publisher Link 
- Reference links.
- Logos
[]GetListing Publisher Logo 
- The model for upload data for images and icons.
- Name string
- Text that describes the resource.
- WebsiteUrl string
- The publisher's website.
- YearFounded string
- The year the publisher's company or organization was founded.
- contactEmail String
- The email address of the publisher.
- contactPhone String
- The phone number of the publisher.
- description String
- A description of the screenshot.
- hqAddress String
- The address of the publisher's headquarters.
- id String
- The unique identifier for the publisher.
- links
List<GetListing Publisher Link> 
- Reference links.
- logos
List<GetListing Publisher Logo> 
- The model for upload data for images and icons.
- name String
- Text that describes the resource.
- websiteUrl String
- The publisher's website.
- yearFounded String
- The year the publisher's company or organization was founded.
- contactEmail string
- The email address of the publisher.
- contactPhone string
- The phone number of the publisher.
- description string
- A description of the screenshot.
- hqAddress string
- The address of the publisher's headquarters.
- id string
- The unique identifier for the publisher.
- links
GetListing Publisher Link[] 
- Reference links.
- logos
GetListing Publisher Logo[] 
- The model for upload data for images and icons.
- name string
- Text that describes the resource.
- websiteUrl string
- The publisher's website.
- yearFounded 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[GetListing Publisher Link] 
- Reference links.
- logos
Sequence[GetListing 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.
- contactEmail String
- The email address of the publisher.
- contactPhone String
- The phone number of the publisher.
- description String
- A description of the screenshot.
- hqAddress 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.
- websiteUrl String
- The publisher's website.
- yearFounded String
- The year the publisher's company or organization was founded.
GetListingPublisherLink   
GetListingPublisherLogo   
- ContentUrl string
- The content URL of the screenshot.
- FileExtension string
- The file extension of the screenshot.
- MimeType string
- The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- ContentUrl string
- The content URL of the screenshot.
- FileExtension string
- The file extension of the screenshot.
- MimeType string
- The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- contentUrl String
- The content URL of the screenshot.
- fileExtension String
- The file extension of the screenshot.
- mimeType String
- The MIME type of the screenshot.
- name String
- Text that describes the resource.
- contentUrl string
- The content URL of the screenshot.
- fileExtension string
- The file extension of the screenshot.
- mimeType 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.
- contentUrl String
- The content URL of the screenshot.
- fileExtension String
- The file extension of the screenshot.
- mimeType 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<GetListing Region Country> 
- Countries in the region.
- Name string
- Text that describes the resource.
- Code string
- A code assigned to the item.
- Countries
[]GetListing Region Country 
- Countries in the region.
- Name string
- Text that describes the resource.
- code String
- A code assigned to the item.
- countries
List<GetListing Region Country> 
- Countries in the region.
- name String
- Text that describes the resource.
- code string
- A code assigned to the item.
- countries
GetListing Region Country[] 
- Countries in the region.
- name string
- Text that describes the resource.
- code str
- A code assigned to the item.
- countries
Sequence[GetListing 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  
- ContentUrl string
- The content URL of the screenshot.
- Description string
- A description of the screenshot.
- FileExtension string
- The file extension of the screenshot.
- MimeType string
- The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- ContentUrl string
- The content URL of the screenshot.
- Description string
- A description of the screenshot.
- FileExtension string
- The file extension of the screenshot.
- MimeType string
- The MIME type of the screenshot.
- Name string
- Text that describes the resource.
- contentUrl String
- The content URL of the screenshot.
- description String
- A description of the screenshot.
- fileExtension String
- The file extension of the screenshot.
- mimeType String
- The MIME type of the screenshot.
- name String
- Text that describes the resource.
- contentUrl string
- The content URL of the screenshot.
- description string
- A description of the screenshot.
- fileExtension string
- The file extension of the screenshot.
- mimeType 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.
- contentUrl String
- The content URL of the screenshot.
- description String
- A description of the screenshot.
- fileExtension String
- The file extension of the screenshot.
- mimeType 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 ociTerraform Provider.