/AWS1/CL_TRNDESCRIBEDWEBAPP¶
A structure that describes the parameters for the web app, as identified by the WebAppId.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/TRNARN /AWS1/TRNARN¶
The Amazon Resource Name (ARN) of the web app.
iv_webappid TYPE /AWS1/TRNWEBAPPID /AWS1/TRNWEBAPPID¶
The unique identifier for the web app.
Optional arguments:¶
io_descrdidentitypvdrdetails TYPE REF TO /AWS1/CL_TRNDSCDWEBAPPIDPVDR00 /AWS1/CL_TRNDSCDWEBAPPIDPVDR00¶
A structure that contains the details for the identity provider used by the web app.
iv_accessendpoint TYPE /AWS1/TRNWEBAPPACCESSENDPOINT /AWS1/TRNWEBAPPACCESSENDPOINT¶
The
AccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.
iv_webappendpoint TYPE /AWS1/TRNWEBAPPENDPOINT /AWS1/TRNWEBAPPENDPOINT¶
The
WebAppEndpointis the unique URL for your Transfer Family web app. This is the value that you use when you configure Origins on CloudFront.
io_webappunits TYPE REF TO /AWS1/CL_TRNWEBAPPUNITS /AWS1/CL_TRNWEBAPPUNITS¶
A union that contains the value for number of concurrent connections or the user sessions on your web app.
it_tags TYPE /AWS1/CL_TRNTAG=>TT_TAGS TT_TAGS¶
Key-value pairs that can be used to group and search for web apps. Tags are metadata attached to web apps for any purpose.
iv_webappendpointpolicy TYPE /AWS1/TRNWEBAPPENDPOINTPOLICY /AWS1/TRNWEBAPPENDPOINTPOLICY¶
Setting for the type of endpoint policy for the web app. The default value is
STANDARD.If your web app was created in an Amazon Web Services GovCloud (US) Region, the value of this parameter can be
FIPS, which indicates the web app endpoint is FIPS-compliant.
iv_endpointtype TYPE /AWS1/TRNWEBAPPENDPOINTTYPE /AWS1/TRNWEBAPPENDPOINTTYPE¶
The type of endpoint hosting the web app. Valid values are
PUBLICfor publicly accessible endpoints andVPCfor VPC-hosted endpoints that provide network isolation.
io_describedendpointdetails TYPE REF TO /AWS1/CL_TRNDSCDWEBAPPENDPTD00 /AWS1/CL_TRNDSCDWEBAPPENDPTD00¶
The endpoint configuration details for the web app, including VPC settings if the endpoint is hosted within a VPC.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the web app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
WebAppId¶
The unique identifier for the web app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBAPPID() |
Getter for WEBAPPID, with configurable default |
ASK_WEBAPPID() |
Getter for WEBAPPID w/ exceptions if field has no value |
HAS_WEBAPPID() |
Determine if WEBAPPID has a value |
DescribedIdentityProviderDetails¶
A structure that contains the details for the identity provider used by the web app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRDIDPVDRDETAILS() |
Getter for DESCRDIDENTITYPVDRDETAILS |
AccessEndpoint¶
The
AccessEndpointis the URL that you provide to your users for them to interact with the Transfer Family web app. You can specify a custom URL or use the default value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSENDPOINT() |
Getter for ACCESSENDPOINT, with configurable default |
ASK_ACCESSENDPOINT() |
Getter for ACCESSENDPOINT w/ exceptions if field has no valu |
HAS_ACCESSENDPOINT() |
Determine if ACCESSENDPOINT has a value |
WebAppEndpoint¶
The
WebAppEndpointis the unique URL for your Transfer Family web app. This is the value that you use when you configure Origins on CloudFront.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBAPPENDPOINT() |
Getter for WEBAPPENDPOINT, with configurable default |
ASK_WEBAPPENDPOINT() |
Getter for WEBAPPENDPOINT w/ exceptions if field has no valu |
HAS_WEBAPPENDPOINT() |
Determine if WEBAPPENDPOINT has a value |
WebAppUnits¶
A union that contains the value for number of concurrent connections or the user sessions on your web app.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBAPPUNITS() |
Getter for WEBAPPUNITS |
Tags¶
Key-value pairs that can be used to group and search for web apps. Tags are metadata attached to web apps for any purpose.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
WebAppEndpointPolicy¶
Setting for the type of endpoint policy for the web app. The default value is
STANDARD.If your web app was created in an Amazon Web Services GovCloud (US) Region, the value of this parameter can be
FIPS, which indicates the web app endpoint is FIPS-compliant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBAPPENDPOINTPOLICY() |
Getter for WEBAPPENDPOINTPOLICY, with configurable default |
ASK_WEBAPPENDPOINTPOLICY() |
Getter for WEBAPPENDPOINTPOLICY w/ exceptions if field has n |
HAS_WEBAPPENDPOINTPOLICY() |
Determine if WEBAPPENDPOINTPOLICY has a value |
EndpointType¶
The type of endpoint hosting the web app. Valid values are
PUBLICfor publicly accessible endpoints andVPCfor VPC-hosted endpoints that provide network isolation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTTYPE() |
Getter for ENDPOINTTYPE, with configurable default |
ASK_ENDPOINTTYPE() |
Getter for ENDPOINTTYPE w/ exceptions if field has no value |
HAS_ENDPOINTTYPE() |
Determine if ENDPOINTTYPE has a value |
DescribedEndpointDetails¶
The endpoint configuration details for the web app, including VPC settings if the endpoint is hosted within a VPC.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIBEDENDPOINTDETAILS() |
Getter for DESCRIBEDENDPOINTDETAILS |