Class: Aws::NetworkFirewall::Types::CreateContainerAssociationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_association_arnString

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

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1020

class CreateContainerAssociationResponse < Struct.new(
  :container_association_name,
  :container_association_arn,
  :description,
  :type,
  :container_monitoring_configurations,
  :status,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#container_association_nameString

The descriptive name of the container association.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1020

class CreateContainerAssociationResponse < Struct.new(
  :container_association_name,
  :container_association_arn,
  :description,
  :type,
  :container_monitoring_configurations,
  :status,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#container_monitoring_configurationsArray<Types::ContainerMonitoringConfiguration>

The monitoring configurations for the container association.



1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1020

class CreateContainerAssociationResponse < Struct.new(
  :container_association_name,
  :container_association_arn,
  :description,
  :type,
  :container_monitoring_configurations,
  :status,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the container association.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1020

class CreateContainerAssociationResponse < Struct.new(
  :container_association_name,
  :container_association_arn,
  :description,
  :type,
  :container_monitoring_configurations,
  :status,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the container association. For a new container association, the status is CREATING.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1020

class CreateContainerAssociationResponse < Struct.new(
  :container_association_name,
  :container_association_arn,
  :description,
  :type,
  :container_monitoring_configurations,
  :status,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The key:value pairs to associate with the resource.

Returns:



1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1020

class CreateContainerAssociationResponse < Struct.new(
  :container_association_name,
  :container_association_arn,
  :description,
  :type,
  :container_monitoring_configurations,
  :status,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The container type. Valid values:

  • ECS - Amazon Elastic Container Service

  • EKS - Amazon Elastic Kubernetes Service

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1020

class CreateContainerAssociationResponse < Struct.new(
  :container_association_name,
  :container_association_arn,
  :description,
  :type,
  :container_monitoring_configurations,
  :status,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end

#update_tokenString

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 changes to the container association, you 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 current token. Reapply your changes as needed, then try the operation again using the new token.

Returns:

  • (String)


1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1020

class CreateContainerAssociationResponse < Struct.new(
  :container_association_name,
  :container_association_arn,
  :description,
  :type,
  :container_monitoring_configurations,
  :status,
  :tags,
  :update_token)
  SENSITIVE = []
  include Aws::Structure
end