App Spec Service Bitbucket Args
data class AppSpecServiceBitbucketArgs(val branch: Output<String>? = null, val deployOnPush: Output<Boolean>? = null, val repo: Output<String>? = null) : ConvertibleToJava<AppSpecServiceBitbucketArgs>