Skip to content

/AWS1/CL_NWFCRECONTNRASSOCRSP

CreateContainerAssociationResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_containerassociationname TYPE /AWS1/NWFRESOURCENAME /AWS1/NWFRESOURCENAME

The descriptive name of the container association.

iv_containerassociationarn TYPE /AWS1/NWFRESOURCEARN /AWS1/NWFRESOURCEARN

The Amazon Resource Name (ARN) of the container association.

iv_description TYPE /AWS1/NWFDESCRIPTION /AWS1/NWFDESCRIPTION

A description of the container association.

iv_type TYPE /AWS1/NWFCONTAINERMONTYPE /AWS1/NWFCONTAINERMONTYPE

The type of container orchestration platform. Either ECS or EKS.

it_containermonitoringconfs TYPE /AWS1/CL_NWFCONTAINERMONCONF=>TT_CONTAINERMONITORINGCONFS TT_CONTAINERMONITORINGCONFS

The container monitoring configurations for this container association.

iv_status TYPE /AWS1/NWFCONTAINERASSOCSTATUS /AWS1/NWFCONTAINERASSOCSTATUS

The current status of the container association.

it_tags TYPE /AWS1/CL_NWFTAG=>TT_TAGLIST TT_TAGLIST

The key:value pairs associated with the resource.

iv_updatetoken TYPE /AWS1/NWFUPDATETOKEN /AWS1/NWFUPDATETOKEN

A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request. To make an update to the container association, provide the token in your request. Network Firewall uses the token to ensure that the container association hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the container association again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.


Queryable Attributes

ContainerAssociationName

The descriptive name of the container association.

Accessible with the following methods

Method Description
GET_CONTAINERASSOCIATIONNAME() Getter for CONTAINERASSOCIATIONNAME, with configurable defau
ASK_CONTAINERASSOCIATIONNAME() Getter for CONTAINERASSOCIATIONNAME w/ exceptions if field h
HAS_CONTAINERASSOCIATIONNAME() Determine if CONTAINERASSOCIATIONNAME has a value

ContainerAssociationArn

The Amazon Resource Name (ARN) of the container association.

Accessible with the following methods

Method Description
GET_CONTAINERASSOCIATIONARN() Getter for CONTAINERASSOCIATIONARN, with configurable defaul
ASK_CONTAINERASSOCIATIONARN() Getter for CONTAINERASSOCIATIONARN w/ exceptions if field ha
HAS_CONTAINERASSOCIATIONARN() Determine if CONTAINERASSOCIATIONARN has a value

Description

A description of the container association.

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

Type

The type of container orchestration platform. Either ECS or EKS.

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

ContainerMonitoringConfigurations

The container monitoring configurations for this container association.

Accessible with the following methods

Method Description
GET_CONTAINERMONITORINGCONFS() Getter for CONTAINERMONITORINGCONFS, with configurable defau
ASK_CONTAINERMONITORINGCONFS() Getter for CONTAINERMONITORINGCONFS w/ exceptions if field h
HAS_CONTAINERMONITORINGCONFS() Determine if CONTAINERMONITORINGCONFS has a value

Status

The current status of the container association.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

Tags

The key:value pairs associated with the resource.

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

UpdateToken

A token used for optimistic locking. Network Firewall returns a token to your requests that access the container association. The token marks the state of the container association resource at the time of the request. To make an update to the container association, provide the token in your request. Network Firewall uses the token to ensure that the container association hasn't changed since you last retrieved it. If it has changed, the operation fails with an InvalidTokenException. If this happens, retrieve the container association again to get a current copy of it with a new token. Reapply your changes as needed, then try the operation again using the new token.

Accessible with the following methods

Method Description
GET_UPDATETOKEN() Getter for UPDATETOKEN, with configurable default
ASK_UPDATETOKEN() Getter for UPDATETOKEN w/ exceptions if field has no value
HAS_UPDATETOKEN() Determine if UPDATETOKEN has a value