Aws Code Build Source Credentials Info Properties Args
data class AwsCodeBuildSourceCredentialsInfoPropertiesArgs(val arn: Output<String>? = null, val authType: Output<AuthTypeEnumValueArgs>? = null, val resource: Output<String>? = null, val serverType: Output<ServerTypeEnumValueArgs>? = null) : ConvertibleToJava<AwsCodeBuildSourceCredentialsInfoPropertiesArgs>
Definition of awsCodeBuildSourceCredentialsInfo
Constructors
Link copied to clipboard
constructor(arn: Output<String>? = null, authType: Output<AuthTypeEnumValueArgs>? = null, resource: Output<String>? = null, serverType: Output<ServerTypeEnumValueArgs>? = null)
Properties
Link copied to clipboard
The type of authentication used by the credentials. Valid options are OAUTH, BASIC_AUTH, PERSONAL_ACCESS_TOKEN, or CODECONNECTIONS.
Link copied to clipboard
The type of source provider. The valid options are GITHUB, GITHUB_ENTERPRISE, GITLAB, GITLAB_SELF_MANAGED, or BITBUCKET.