DeploymentGroupInfo
import type { DeploymentGroupInfo } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codedeploy.ts";interface DeploymentGroupInfo {
alarmConfiguration?: AlarmConfiguration | null;
applicationName?: string | null;
autoRollbackConfiguration?: AutoRollbackConfiguration | null;
autoScalingGroups?: AutoScalingGroup[] | null;
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration | null;
computePlatform?: ComputePlatform | null;
deploymentConfigName?: string | null;
deploymentGroupId?: string | null;
deploymentGroupName?: string | null;
deploymentStyle?: DeploymentStyle | null;
ec2TagFilters?: EC2TagFilter[] | null;
ec2TagSet?: EC2TagSet | null;
ecsServices?: ECSService[] | null;
lastAttemptedDeployment?: LastDeploymentInfo | null;
lastSuccessfulDeployment?: LastDeploymentInfo | null;
loadBalancerInfo?: LoadBalancerInfo | null;
onPremisesInstanceTagFilters?: TagFilter[] | null;
onPremisesTagSet?: OnPremisesTagSet | null;
outdatedInstancesStrategy?: OutdatedInstancesStrategy | null;
serviceRoleArn?: string | null;
targetRevision?: RevisionLocation | null;
triggerConfigurations?: TriggerConfig[] | null;
}§Properties
§
alarmConfiguration?: AlarmConfiguration | null
[src]§
autoRollbackConfiguration?: AutoRollbackConfiguration | null
[src]§
autoScalingGroups?: AutoScalingGroup[] | null
[src]§
blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration | null
[src]§
computePlatform?: ComputePlatform | null
[src]§
deploymentStyle?: DeploymentStyle | null
[src]§
ec2TagFilters?: EC2TagFilter[] | null
[src]§
ecsServices?: ECSService[] | null
[src]§
lastAttemptedDeployment?: LastDeploymentInfo | null
[src]§
lastSuccessfulDeployment?: LastDeploymentInfo | null
[src]§
loadBalancerInfo?: LoadBalancerInfo | null
[src]§
onPremisesTagSet?: OnPremisesTagSet | null
[src]§
outdatedInstancesStrategy?: OutdatedInstancesStrategy | null
[src]§
targetRevision?: RevisionLocation | null
[src]§
triggerConfigurations?: TriggerConfig[] | null
[src]