Skip to content

/AWS1/CL_KFKDSCCONFREVISIONRSP

DescribeConfigurationRevisionResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING

The Amazon Resource Name (ARN) of the configuration.

iv_creationtime TYPE /AWS1/KFK__TIMESTAMPISO8601 /AWS1/KFK__TIMESTAMPISO8601

The time when the configuration was created.

iv_description TYPE /AWS1/KFK__STRING /AWS1/KFK__STRING

The description of the configuration.

iv_revision TYPE /AWS1/KFK__LONG /AWS1/KFK__LONG

The revision number.

iv_serverproperties TYPE /AWS1/KFK__BLOB /AWS1/KFK__BLOB

Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents of server.properties can be in plaintext.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) of the configuration.

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

CreationTime

The time when the configuration was created.

Accessible with the following methods

Method Description
GET_CREATIONTIME() Getter for CREATIONTIME, with configurable default
ASK_CREATIONTIME() Getter for CREATIONTIME w/ exceptions if field has no value
HAS_CREATIONTIME() Determine if CREATIONTIME has a value

Description

The description of the configuration.

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

Revision

The revision number.

Accessible with the following methods

Method Description
GET_REVISION() Getter for REVISION, with configurable default
ASK_REVISION() Getter for REVISION w/ exceptions if field has no value
HAS_REVISION() Determine if REVISION has a value

ServerProperties

Contents of the server.properties file. When using the API, you must ensure that the contents of the file are base64 encoded. When using the AWS Management Console, the SDK, or the AWS CLI, the contents of server.properties can be in plaintext.

Accessible with the following methods

Method Description
GET_SERVERPROPERTIES() Getter for SERVERPROPERTIES, with configurable default
ASK_SERVERPROPERTIES() Getter for SERVERPROPERTIES w/ exceptions if field has no va
HAS_SERVERPROPERTIES() Determine if SERVERPROPERTIES has a value