public static interface CfnDeploymentGroup.RevisionLocationProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.RevisionLocationProperty.Builder
A builder for
CfnDeploymentGroup.RevisionLocationProperty |
static class |
CfnDeploymentGroup.RevisionLocationProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.RevisionLocationProperty.Builder |
builder() |
Object |
getGitHubLocation()
``CfnDeploymentGroup.RevisionLocationProperty.GitHubLocation``
|
String |
getRevisionType()
``CfnDeploymentGroup.RevisionLocationProperty.RevisionType``
|
Object |
getS3Location()
``CfnDeploymentGroup.RevisionLocationProperty.S3Location``
|
void |
setGitHubLocation(CfnDeploymentGroup.GitHubLocationProperty value)
``CfnDeploymentGroup.RevisionLocationProperty.GitHubLocation``
|
void |
setGitHubLocation(software.amazon.awscdk.Token value)
``CfnDeploymentGroup.RevisionLocationProperty.GitHubLocation``
|
void |
setRevisionType(String value)
``CfnDeploymentGroup.RevisionLocationProperty.RevisionType``
|
void |
setS3Location(CfnDeploymentGroup.S3LocationProperty value)
``CfnDeploymentGroup.RevisionLocationProperty.S3Location``
|
void |
setS3Location(software.amazon.awscdk.Token value)
``CfnDeploymentGroup.RevisionLocationProperty.S3Location``
|
Object getGitHubLocation()
void setGitHubLocation(software.amazon.awscdk.Token value)
void setGitHubLocation(CfnDeploymentGroup.GitHubLocationProperty value)
String getRevisionType()
void setRevisionType(String value)
Object getS3Location()
void setS3Location(software.amazon.awscdk.Token value)
void setS3Location(CfnDeploymentGroup.S3LocationProperty value)
static CfnDeploymentGroup.RevisionLocationProperty.Builder builder()
Copyright © 2019. All rights reserved.