Class CfnSourceCredentialMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codebuild.CfnSourceCredentialMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSourceCredentialMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSourceCredentialMixinProps
@Stability(Stable)
@Internal
public static final class CfnSourceCredentialMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSourceCredentialMixinProps
An implementation for
CfnSourceCredentialMixinProps-
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.codebuild.CfnSourceCredentialMixinProps
CfnSourceCredentialMixinProps.Builder, CfnSourceCredentialMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSourceCredentialMixinProps.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 StringThe type of authentication used by the credentials.final StringThe type of source provider.final StringgetToken()For GitHub or GitHub Enterprise, this is the personal access token.final StringThe Bitbucket username when theauthTypeis BASIC_AUTH.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 theCfnSourceCredentialMixinProps.Builder.
-
-
Method Details
-
getAuthType
Description copied from interface:CfnSourceCredentialMixinPropsThe type of authentication used by the credentials.Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, CODECONNECTIONS, or SECRETS_MANAGER.
- Specified by:
getAuthTypein interfaceCfnSourceCredentialMixinProps- See Also:
-
getServerType
Description copied from interface:CfnSourceCredentialMixinPropsThe type of source provider.The valid options are GITHUB, GITHUB_ENTERPRISE, GITLAB, GITLAB_SELF_MANAGED, or BITBUCKET.
- Specified by:
getServerTypein interfaceCfnSourceCredentialMixinProps- See Also:
-
getToken
Description copied from interface:CfnSourceCredentialMixinPropsFor GitHub or GitHub Enterprise, this is the personal access token.For Bitbucket, this is either the access token or the app password. For the
authTypeCODECONNECTIONS, this is theconnectionArn. For theauthTypeSECRETS_MANAGER, this is thesecretArn.- Specified by:
getTokenin interfaceCfnSourceCredentialMixinProps- See Also:
-
getUsername
Description copied from interface:CfnSourceCredentialMixinPropsThe Bitbucket username when theauthTypeis BASIC_AUTH.This parameter is not valid for other types of source providers or connections.
- Specified by:
getUsernamein interfaceCfnSourceCredentialMixinProps- 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()
-