/AWS1/CL_PRNCOMPONENT¶
Detailed data of an Proton component resource.
For more information about components, see Proton components in the Proton User Guide.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/PRNRESOURCENAME /AWS1/PRNRESOURCENAME¶
The name of the component.
iv_arn TYPE /AWS1/PRNCOMPONENTARN /AWS1/PRNCOMPONENTARN¶
The Amazon Resource Name (ARN) of the component.
iv_environmentname TYPE /AWS1/PRNRESOURCENAME /AWS1/PRNRESOURCENAME¶
The name of the Proton environment that this component is associated with.
iv_createdat TYPE /AWS1/PRNTIMESTAMP /AWS1/PRNTIMESTAMP¶
The time when the component was created.
iv_lastmodifiedat TYPE /AWS1/PRNTIMESTAMP /AWS1/PRNTIMESTAMP¶
The time when the component was last modified.
iv_deploymentstatus TYPE /AWS1/PRNDEPLOYMENTSTATUS /AWS1/PRNDEPLOYMENTSTATUS¶
The component deployment status.
Optional arguments:¶
iv_description TYPE /AWS1/PRNDESCRIPTION /AWS1/PRNDESCRIPTION¶
A description of the component.
iv_servicename TYPE /AWS1/PRNRESOURCENAME /AWS1/PRNRESOURCENAME¶
The name of the service that
serviceInstanceNameis associated with. Provided when a component is attached to a service instance.
iv_serviceinstancename TYPE /AWS1/PRNRESOURCENAME /AWS1/PRNRESOURCENAME¶
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
iv_lastdeploymentattemptedat TYPE /AWS1/PRNTIMESTAMP /AWS1/PRNTIMESTAMP¶
The time when a deployment of the component was last attempted.
iv_lastdeploymentsucceededat TYPE /AWS1/PRNTIMESTAMP /AWS1/PRNTIMESTAMP¶
The time when the component was last deployed successfully.
iv_deploymentstatusmessage TYPE /AWS1/PRNSTATUSMESSAGE /AWS1/PRNSTATUSMESSAGE¶
The message associated with the component deployment status.
iv_servicespec TYPE /AWS1/PRNSPECCONTENTS /AWS1/PRNSPECCONTENTS¶
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
iv_lastclientrequesttoken TYPE /AWS1/PRNSTRING /AWS1/PRNSTRING¶
The last token the client requested.
iv_lastattempteddeploymentid TYPE /AWS1/PRNDEPLOYMENTID /AWS1/PRNDEPLOYMENTID¶
The ID of the last attempted deployment of this component.
iv_lastsucceededdeploymentid TYPE /AWS1/PRNDEPLOYMENTID /AWS1/PRNDEPLOYMENTID¶
The ID of the last successful deployment of this component.
Queryable Attributes¶
name¶
The name of the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
A description of the component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
arn¶
The Amazon Resource Name (ARN) of the component.
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 |
environmentName¶
The name of the Proton environment that this component is associated with.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTNAME() |
Getter for ENVIRONMENTNAME, with configurable default |
ASK_ENVIRONMENTNAME() |
Getter for ENVIRONMENTNAME w/ exceptions if field has no val |
HAS_ENVIRONMENTNAME() |
Determine if ENVIRONMENTNAME has a value |
serviceName¶
The name of the service that
serviceInstanceNameis associated with. Provided when a component is attached to a service instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICENAME() |
Getter for SERVICENAME, with configurable default |
ASK_SERVICENAME() |
Getter for SERVICENAME w/ exceptions if field has no value |
HAS_SERVICENAME() |
Determine if SERVICENAME has a value |
serviceInstanceName¶
The name of the service instance that this component is attached to. Provided when a component is attached to a service instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEINSTANCENAME() |
Getter for SERVICEINSTANCENAME, with configurable default |
ASK_SERVICEINSTANCENAME() |
Getter for SERVICEINSTANCENAME w/ exceptions if field has no |
HAS_SERVICEINSTANCENAME() |
Determine if SERVICEINSTANCENAME has a value |
createdAt¶
The time when the component was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
lastModifiedAt¶
The time when the component was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDAT() |
Getter for LASTMODIFIEDAT, with configurable default |
ASK_LASTMODIFIEDAT() |
Getter for LASTMODIFIEDAT w/ exceptions if field has no valu |
HAS_LASTMODIFIEDAT() |
Determine if LASTMODIFIEDAT has a value |
lastDeploymentAttemptedAt¶
The time when a deployment of the component was last attempted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTDEPLOYMENTATTEMPTE00() |
Getter for LASTDEPLOYMENTATTEMPTEDAT, with configurable defa |
ASK_LASTDEPLOYMENTATTEMPTE00() |
Getter for LASTDEPLOYMENTATTEMPTEDAT w/ exceptions if field |
HAS_LASTDEPLOYMENTATTEMPTE00() |
Determine if LASTDEPLOYMENTATTEMPTEDAT has a value |
lastDeploymentSucceededAt¶
The time when the component was last deployed successfully.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTDEPLOYMENTSUCCAT() |
Getter for LASTDEPLOYMENTSUCCEEDEDAT, with configurable defa |
ASK_LASTDEPLOYMENTSUCCAT() |
Getter for LASTDEPLOYMENTSUCCEEDEDAT w/ exceptions if field |
HAS_LASTDEPLOYMENTSUCCAT() |
Determine if LASTDEPLOYMENTSUCCEEDEDAT has a value |
deploymentStatus¶
The component deployment status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTSTATUS() |
Getter for DEPLOYMENTSTATUS, with configurable default |
ASK_DEPLOYMENTSTATUS() |
Getter for DEPLOYMENTSTATUS w/ exceptions if field has no va |
HAS_DEPLOYMENTSTATUS() |
Determine if DEPLOYMENTSTATUS has a value |
deploymentStatusMessage¶
The message associated with the component deployment status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEPLOYMENTSTATUSMESSAGE() |
Getter for DEPLOYMENTSTATUSMESSAGE, with configurable defaul |
ASK_DEPLOYMENTSTATUSMESSAGE() |
Getter for DEPLOYMENTSTATUSMESSAGE w/ exceptions if field ha |
HAS_DEPLOYMENTSTATUSMESSAGE() |
Determine if DEPLOYMENTSTATUSMESSAGE has a value |
serviceSpec¶
The service spec that the component uses to access service inputs. Provided when a component is attached to a service instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICESPEC() |
Getter for SERVICESPEC, with configurable default |
ASK_SERVICESPEC() |
Getter for SERVICESPEC w/ exceptions if field has no value |
HAS_SERVICESPEC() |
Determine if SERVICESPEC has a value |
lastClientRequestToken¶
The last token the client requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTCLIENTREQUESTTOKEN() |
Getter for LASTCLIENTREQUESTTOKEN, with configurable default |
ASK_LASTCLIENTREQUESTTOKEN() |
Getter for LASTCLIENTREQUESTTOKEN w/ exceptions if field has |
HAS_LASTCLIENTREQUESTTOKEN() |
Determine if LASTCLIENTREQUESTTOKEN has a value |
lastAttemptedDeploymentId¶
The ID of the last attempted deployment of this component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTATTEMPTEDDEPLOYMEN00() |
Getter for LASTATTEMPTEDDEPLOYMENTID, with configurable defa |
ASK_LASTATTEMPTEDDEPLOYMEN00() |
Getter for LASTATTEMPTEDDEPLOYMENTID w/ exceptions if field |
HAS_LASTATTEMPTEDDEPLOYMEN00() |
Determine if LASTATTEMPTEDDEPLOYMENTID has a value |
lastSucceededDeploymentId¶
The ID of the last successful deployment of this component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTSUCCDEPLOYMENTID() |
Getter for LASTSUCCEEDEDDEPLOYMENTID, with configurable defa |
ASK_LASTSUCCDEPLOYMENTID() |
Getter for LASTSUCCEEDEDDEPLOYMENTID w/ exceptions if field |
HAS_LASTSUCCDEPLOYMENTID() |
Determine if LASTSUCCEEDEDDEPLOYMENTID has a value |