DOC

io.github.cdklabs.cdk_cloudformation : awscommunity-resource-lookup

Maven & Gradle

Jun 26, 2023
58 stars

io.github.cdklabs.cdk_cloudformation:awscommunity-resource-lookup · This resource uses AWS Cloud Control API to perform a lookup of a resource of a given type (such as, `AWS::EC2::VPC`) in your AWS account and current region, based on a query you specify. If only one match is found, this resource returns the primary identifier of the resource (in the `AWS::EC2::VPC` example, the ID of the VPC), that you can then reference in your template with the `Fn::GetAtt` intrinsic function. Specify resource type search targets that are supported by Cloud Control API.

Table Of Contents

Latest Version

Download io.github.cdklabs.cdk_cloudformation : awscommunity-resource-lookup Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.cdklabs.cdk_cloudformation : awscommunity-resource-lookup Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.3.x
1.2.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file awscommunity-resource-lookup-1.3.0-alpha.7-javadoc.jar to awscommunity-resource-lookup-1.3.0-alpha.7-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder awscommunity-resource-lookup-1.3.0-alpha.7-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "awscommunity-resource-lookup-1.3.0-alpha.7-sources.jar" -d "awscommunity-resource-lookup-1.3.0-alpha.7-javadoc" -subpackages