Class: Aws::SecurityHub::Types::AwsEcsServiceServiceRegistriesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsServiceServiceRegistriesDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Information about a service discovery registry to assign to the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_name ⇒ String
The container name value to use for the service discovery service.
-
#container_port ⇒ Integer
The port value to use for the service discovery service.
-
#port ⇒ Integer
The port value to use for a service discovery service that specifies an SRV record.
-
#registry_arn ⇒ String
The ARN of the service registry.
Instance Attribute Details
#container_name ⇒ String
The container name value to use for the service discovery service.
If the task definition uses the bridge
or host
network mode, you
must specify ContainerName
and ContainerPort
.
If the task definition uses the awsvpc
network mode and a type SRV
DNS record, you must specify either ContainerName
and
ContainerPort
, or Port
, but not both.
10450 10451 10452 10453 10454 10455 10456 10457 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 10450 class AwsEcsServiceServiceRegistriesDetails < Struct.new( :container_name, :container_port, :port, :registry_arn) SENSITIVE = [] include Aws::Structure end |
#container_port ⇒ Integer
The port value to use for the service discovery service.
If the task definition uses the bridge
or host
network mode, you
must specify ContainerName
and ContainerPort
.
If the task definition uses the awsvpc
network mode and a type SRV
DNS record, you must specify either ContainerName
and
ContainerPort
, or Port
, but not both.
10450 10451 10452 10453 10454 10455 10456 10457 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 10450 class AwsEcsServiceServiceRegistriesDetails < Struct.new( :container_name, :container_port, :port, :registry_arn) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The port value to use for a service discovery service that specifies
an SRV record. This field can be used if both the awsvpc
awsvpc
network mode and SRV records are used.
10450 10451 10452 10453 10454 10455 10456 10457 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 10450 class AwsEcsServiceServiceRegistriesDetails < Struct.new( :container_name, :container_port, :port, :registry_arn) SENSITIVE = [] include Aws::Structure end |
#registry_arn ⇒ String
The ARN of the service registry.
10450 10451 10452 10453 10454 10455 10456 10457 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 10450 class AwsEcsServiceServiceRegistriesDetails < Struct.new( :container_name, :container_port, :port, :registry_arn) SENSITIVE = [] include Aws::Structure end |