Class CfnRepositoryMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRepositoryMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRepositoryMixinProps
CfnRepositoryMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.codecommit.CfnRepositoryMixinProps
CfnRepositoryMixinProps.Builder, CfnRepositoryMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRepositoryMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectgetCode()Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.final StringThe ID of the AWS Key Management Service encryption key used to encrypt and decrypt the repository.final StringA comment or description about the new repository.final StringThe name of the new repository to be created.getTags()One or more tag key-value pairs to use when tagging this repository.final ObjectThe JSON block of configuration information for each trigger.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRepositoryMixinProps.Builder.
-
-
Method Details
-
getCode
Description copied from interface:CfnRepositoryMixinPropsInformation about code to be committed to a repository after it is created in an AWS CloudFormation stack.Information 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 CloudFormation template at creation time. This property cannot be used for updating code to an existing repository.
Returns union: either
IResolvableorCfnRepositoryPropsMixin.CodeProperty- Specified by:
getCodein interfaceCfnRepositoryMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnRepositoryMixinPropsThe ID of the AWS Key Management Service encryption key used to encrypt and decrypt the repository.The input can be the full ARN, the key ID, or the key alias. For more information, see Finding the key ID and key ARN .
- Specified by:
getKmsKeyIdin interfaceCfnRepositoryMixinProps- See Also:
-
getRepositoryDescription
Description copied from interface:CfnRepositoryMixinPropsA comment or description about the new repository.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.
- Specified by:
getRepositoryDescriptionin interfaceCfnRepositoryMixinProps- See Also:
-
getRepositoryName
Description copied from interface:CfnRepositoryMixinPropsThe name of the new repository to be created.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.
- Specified by:
getRepositoryNamein interfaceCfnRepositoryMixinProps- See Also:
-
getTags
Description copied from interface:CfnRepositoryMixinPropsOne or more tag key-value pairs to use when tagging this repository.- Specified by:
getTagsin interfaceCfnRepositoryMixinProps- See Also:
-
getTriggers
Description copied from interface:CfnRepositoryMixinPropsThe JSON block of configuration information for each trigger.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRepositoryPropsMixin.RepositoryTriggerProperty>- Specified by:
getTriggersin interfaceCfnRepositoryMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-