AppArgs

constructor(accessToken: Output<String>? = null, autoBranchCreationConfig: Output<AppAutoBranchCreationConfigArgs>? = null, autoBranchCreationPatterns: Output<List<String>>? = null, basicAuthCredentials: Output<String>? = null, buildSpec: Output<String>? = null, customRules: Output<List<AppCustomRuleArgs>>? = null, description: Output<String>? = null, enableAutoBranchCreation: Output<Boolean>? = null, enableBasicAuth: Output<Boolean>? = null, enableBranchAutoBuild: Output<Boolean>? = null, enableBranchAutoDeletion: Output<Boolean>? = null, environmentVariables: Output<Map<String, String>>? = null, iamServiceRoleArn: Output<String>? = null, name: Output<String>? = null, oauthToken: Output<String>? = null, platform: Output<String>? = null, repository: Output<String>? = null, tags: Output<Map<String, String>>? = null)