CreateContainerAssociationResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The descriptive name of the container association.

Link copied to clipboard

The container monitoring configurations for this container association.

Link copied to clipboard

A description of the container association.

Link copied to clipboard

The current status of the container association.

Link copied to clipboard
val tags: List<Tag>?

The key:value pairs associated with the resource.

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String