@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-20T13:05:15.960Z") public class DeploymentGroupResource extends software.amazon.awscdk.Resource
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentGroupResource.AlarmConfigurationProperty |
static interface |
DeploymentGroupResource.AlarmProperty |
static interface |
DeploymentGroupResource.AutoRollbackConfigurationProperty |
static interface |
DeploymentGroupResource.DeploymentProperty |
static interface |
DeploymentGroupResource.DeploymentStyleProperty |
static interface |
DeploymentGroupResource.EC2TagFilterProperty |
static interface |
DeploymentGroupResource.ELBInfoProperty |
static interface |
DeploymentGroupResource.GitHubLocationProperty |
static interface |
DeploymentGroupResource.LoadBalancerInfoProperty |
static interface |
DeploymentGroupResource.RevisionLocationProperty |
static interface |
DeploymentGroupResource.S3LocationProperty |
static interface |
DeploymentGroupResource.TagFilterProperty |
static interface |
DeploymentGroupResource.TargetGroupInfoProperty |
static interface |
DeploymentGroupResource.TriggerConfigProperty |
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
DeploymentGroupResource(software.amazon.awscdk.Construct parent,
String name,
DeploymentGroupResourceProps properties)
Creates a new ``AWS::CodeDeploy::DeploymentGroup``.
|
protected |
DeploymentGroupResource(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentGroupName() |
protected Map<String,Object> |
renderProperties() |
addDependency, attribute, attribute, getAtt, getOptions, getProperties, getResourceType, toCloudFormationgetCreationStackTrace, getDependencyElements, getLogicalId, getStack, getStackPath, setStackaddChild, addError, addInfo, addMetadata, addMetadata, addMetadata, addWarning, ancestors, ancestors, findChild, getChildren, getContext, getId, getLocked, getMetadata, getParent, getPath, getUniqueId, lock, requireContext, required, setContext, setContext, toString, toTreeString, toTreeString, tryFindChild, unlock, validate, validateTreejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetpublic static final String RESOURCE_TYPE_NAME
protected DeploymentGroupResource(software.amazon.jsii.JsiiObject.InitializationMode mode)
public DeploymentGroupResource(software.amazon.awscdk.Construct parent,
String name,
DeploymentGroupResourceProps properties)
parent - the ``cdk.Construct`` this ``DeploymentGroupResource`` is a part ofname - the name of the resource in the ``cdk.Construct`` treeproperties - the properties of this ``DeploymentGroupResource``Copyright © 2018. All rights reserved.