@Stability(value=Stable) @Internal public static final class CfnRepositoryProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRepositoryProps
CfnRepositoryPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnRepositoryProps.Builder, CfnRepositoryProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnRepositoryProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnRepositoryProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCode()
Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.
|
String |
getRepositoryDescription()
A comment or description about the new repository.
|
String |
getRepositoryName()
The name of the new repository to be created.
|
List<CfnTag> |
getTags()
One or more tag key-value pairs to use when tagging this repository.
|
Object |
getTriggers()
The JSON block of configuration information for each trigger.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnRepositoryProps.Builder builder)
CfnRepositoryProps.Builder.public final String getRepositoryName()
CfnRepositoryProps
The repository name must be unique across the calling AWS account . Repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. For more information about the limits on repository names, see Quotas in the AWS CodeCommit User Guide . The suffix .git is prohibited.
getRepositoryName in interface CfnRepositoryPropspublic final Object getCode()
CfnRepositoryPropsInformation about code is only used in resource creation. Updates to a stack will not reflect changes made to code properties after initial resource creation.
You can only use this property to add code when creating a repository with a AWS CloudFormation template at creation time. This property cannot be used for updating code to an existing repository.
getCode in interface CfnRepositoryPropspublic final String getRepositoryDescription()
CfnRepositoryProps
The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a webpage can expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a webpage.
getRepositoryDescription in interface CfnRepositoryPropspublic final List<CfnTag> getTags()
CfnRepositoryPropsgetTags in interface CfnRepositoryPropspublic final Object getTriggers()
CfnRepositoryPropsgetTriggers in interface CfnRepositoryProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.