Show / Hide Table of Contents

Interface IServerDeploymentGroup

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IDeploymentGroupRef.DeploymentGroupRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.CodeDeploy
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServerDeploymentGroup : IResource, IDeploymentGroupRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IServerDeploymentGroup Inherits IResource, IDeploymentGroupRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

Application
AutoScalingGroups
DeploymentConfig
DeploymentGroupArn
DeploymentGroupName
Role

Properties

Application

IServerApplication Application { get; }
Property Value

IServerApplication

AutoScalingGroups

IAutoScalingGroup[]? AutoScalingGroups { get; }
Property Value

IAutoScalingGroup[]

DeploymentConfig

IServerDeploymentConfig DeploymentConfig { get; }
Property Value

IServerDeploymentConfig

DeploymentGroupArn

string DeploymentGroupArn { get; }
Property Value

string

Remarks

Attribute: true

DeploymentGroupName

string DeploymentGroupName { get; }
Property Value

string

Remarks

Attribute: true

Role

IRole? Role { get; }
Property Value

IRole

Back to top Generated by DocFX