@Generated(value="jsii-pacmak/0.8.2 (build e9eb3c9)", date="2019-03-28T21:35:49.723Z") public class Artifact extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
Artifact(software.amazon.jsii.JsiiObject.InitializationMode mode) |
|
Artifact(String artifactName) |
| Modifier and Type | Method and Description |
|---|---|
ArtifactPath |
atPath(String fileName)
Returns an ArtifactPath for a file within this artifact.
|
String |
getArtifactName() |
String |
getBucketName()
The artifact attribute for the name of the S3 bucket where the artifact is stored.
|
String |
getObjectKey()
The artifact attribute for The name of the .zip file that contains the artifact that is
generated by AWS CodePipeline, such as 1ABCyZZ.zip.
|
String |
getParam(String jsonFile,
String keyName)
Returns a token for a value inside a JSON file within this artifact.
|
String |
getUrl()
The artifact attribute of the Amazon Simple Storage Service (Amazon S3) URL of the artifact,
such as https://s3-us-west-2.amazonaws.com/artifactstorebucket-yivczw8jma0c/test/TemplateSo/1ABCyZZ.zip.
|
String |
toString() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Artifact(software.amazon.jsii.JsiiObject.InitializationMode mode)
public Artifact(String artifactName)
public ArtifactPath atPath(String fileName)
fileName - The name of the filepublic String getParam(String jsonFile, String keyName)
jsonFile - The JSON file name.keyName - The hash key.public String getArtifactName()
public String getBucketName()
public String getObjectKey()
public String getUrl()
Copyright © 2019. All rights reserved.