Skip to content

/AWS1/CL_OSSLCPOLICYDETAIL

Details about an OpenSearch Serverless lifecycle policy.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_TYPE TYPE /AWS1/OSSLIFECYCLEPOLICYTYPE /AWS1/OSSLIFECYCLEPOLICYTYPE

The type of lifecycle policy.

IV_NAME TYPE /AWS1/OSSPOLICYNAME /AWS1/OSSPOLICYNAME

The name of the lifecycle policy.

IV_POLICYVERSION TYPE /AWS1/OSSPOLICYVERSION /AWS1/OSSPOLICYVERSION

The version of the lifecycle policy.

IV_DESCRIPTION TYPE /AWS1/OSSPOLICYDESCRIPTION /AWS1/OSSPOLICYDESCRIPTION

The description of the lifecycle policy.

IO_POLICY TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT

The JSON policy document without any whitespaces.

IV_CREATEDDATE TYPE /AWS1/OSSLONG /AWS1/OSSLONG

The date the lifecycle policy was created.

IV_LASTMODIFIEDDATE TYPE /AWS1/OSSLONG /AWS1/OSSLONG

The timestamp of when the lifecycle policy was last modified.


Queryable Attributes

type

The type of lifecycle policy.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

name

The name of the lifecycle policy.

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

policyVersion

The version of the lifecycle policy.

Accessible with the following methods

Method Description
GET_POLICYVERSION() Getter for POLICYVERSION, with configurable default
ASK_POLICYVERSION() Getter for POLICYVERSION w/ exceptions if field has no value
HAS_POLICYVERSION() Determine if POLICYVERSION has a value

description

The description of the lifecycle policy.

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

policy

The JSON policy document without any whitespaces.

Accessible with the following methods

Method Description
GET_POLICY() Getter for POLICY, with configurable default
ASK_POLICY() Getter for POLICY w/ exceptions if field has no value
HAS_POLICY() Determine if POLICY has a value

createdDate

The date the lifecycle policy was created.

Accessible with the following methods

Method Description
GET_CREATEDDATE() Getter for CREATEDDATE, with configurable default
ASK_CREATEDDATE() Getter for CREATEDDATE w/ exceptions if field has no value
HAS_CREATEDDATE() Determine if CREATEDDATE has a value

lastModifiedDate

The timestamp of when the lifecycle policy was last modified.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDDATE() Getter for LASTMODIFIEDDATE, with configurable default
ASK_LASTMODIFIEDDATE() Getter for LASTMODIFIEDDATE w/ exceptions if field has no va
HAS_LASTMODIFIEDDATE() Determine if LASTMODIFIEDDATE 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_LIFECYCLEPOLICYDETAILS

TYPES TT_LIFECYCLEPOLICYDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSSLCPOLICYDETAIL WITH DEFAULT KEY
.