Skip to content

/AWS1/CL_FRMRESOURCEIDSUMMARY

Describes the target resources of a specific type in your import template (for example, all AWS::S3::Bucket resources) and the properties you can provide during the import to identify resources of that type.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_RESOURCETYPE TYPE /AWS1/FRMRESOURCETYPE /AWS1/FRMRESOURCETYPE

The template resource type of the target resources, such as AWS::S3::Bucket.

IT_LOGICALRESOURCEIDS TYPE /AWS1/CL_FRMLOGICALRESRCIDS_W=>TT_LOGICALRESOURCEIDS TT_LOGICALRESOURCEIDS

The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

IT_RESOURCEIDENTIFIERS TYPE /AWS1/CL_FRMRESOURCEIDS_W=>TT_RESOURCEIDENTIFIERS TT_RESOURCEIDENTIFIERS

The resource properties you can provide during the import to identify your target resources. For example, BucketName is a possible identifier property for AWS::S3::Bucket resources.


Queryable Attributes

ResourceType

The template resource type of the target resources, such as AWS::S3::Bucket.

Accessible with the following methods

Method Description
GET_RESOURCETYPE() Getter for RESOURCETYPE, with configurable default
ASK_RESOURCETYPE() Getter for RESOURCETYPE w/ exceptions if field has no value
HAS_RESOURCETYPE() Determine if RESOURCETYPE has a value

LogicalResourceIds

The logical IDs of the target resources of the specified ResourceType, as defined in the import template.

Accessible with the following methods

Method Description
GET_LOGICALRESOURCEIDS() Getter for LOGICALRESOURCEIDS, with configurable default
ASK_LOGICALRESOURCEIDS() Getter for LOGICALRESOURCEIDS w/ exceptions if field has no
HAS_LOGICALRESOURCEIDS() Determine if LOGICALRESOURCEIDS has a value

ResourceIdentifiers

The resource properties you can provide during the import to identify your target resources. For example, BucketName is a possible identifier property for AWS::S3::Bucket resources.

Accessible with the following methods

Method Description
GET_RESOURCEIDENTIFIERS() Getter for RESOURCEIDENTIFIERS, with configurable default
ASK_RESOURCEIDENTIFIERS() Getter for RESOURCEIDENTIFIERS w/ exceptions if field has no
HAS_RESOURCEIDENTIFIERS() Determine if RESOURCEIDENTIFIERS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RESOURCEIDENTIFIERSUMMARIES

TYPES TT_RESOURCEIDENTIFIERSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_FRMRESOURCEIDSUMMARY WITH DEFAULT KEY
.