Class: Aws::CodeDeploy::Types::DeploymentTarget

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codedeploy/types.rb

Overview

Information about the deployment target.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_formation_targetTypes::CloudFormationTarget

Information about the target to be updated by an CloudFormation blue/green deployment. This target type is used for all deployments initiated by a CloudFormation stack update.



1941
1942
1943
1944
1945
1946
1947
1948
1949
# File 'lib/aws-sdk-codedeploy/types.rb', line 1941

class DeploymentTarget < Struct.new(
  :deployment_target_type,
  :instance_target,
  :lambda_target,
  :ecs_target,
  :cloud_formation_target)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_target_typeString

The deployment type that is specific to the deployment’s compute platform or deployments initiated by a CloudFormation stack update.

Returns:

  • (String)


1941
1942
1943
1944
1945
1946
1947
1948
1949
# File 'lib/aws-sdk-codedeploy/types.rb', line 1941

class DeploymentTarget < Struct.new(
  :deployment_target_type,
  :instance_target,
  :lambda_target,
  :ecs_target,
  :cloud_formation_target)
  SENSITIVE = []
  include Aws::Structure
end

#ecs_targetTypes::ECSTarget

Information about the target for a deployment that uses the Amazon ECS compute platform.

Returns:



1941
1942
1943
1944
1945
1946
1947
1948
1949
# File 'lib/aws-sdk-codedeploy/types.rb', line 1941

class DeploymentTarget < Struct.new(
  :deployment_target_type,
  :instance_target,
  :lambda_target,
  :ecs_target,
  :cloud_formation_target)
  SENSITIVE = []
  include Aws::Structure
end

#instance_targetTypes::InstanceTarget

Information about the target for a deployment that uses the EC2/On-premises compute platform.



1941
1942
1943
1944
1945
1946
1947
1948
1949
# File 'lib/aws-sdk-codedeploy/types.rb', line 1941

class DeploymentTarget < Struct.new(
  :deployment_target_type,
  :instance_target,
  :lambda_target,
  :ecs_target,
  :cloud_formation_target)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_targetTypes::LambdaTarget

Information about the target for a deployment that uses the Lambda compute platform.

Returns:



1941
1942
1943
1944
1945
1946
1947
1948
1949
# File 'lib/aws-sdk-codedeploy/types.rb', line 1941

class DeploymentTarget < Struct.new(
  :deployment_target_type,
  :instance_target,
  :lambda_target,
  :ecs_target,
  :cloud_formation_target)
  SENSITIVE = []
  include Aws::Structure
end