token property

Input<String?>? token
final

For a GitHub and GitHub Enterprise, this is the personal access token. For Bitbucket, this is the app password. When using an AWS CodeStar connection (authType = "CODECONNECTIONS"), this is an AWS CodeStar Connection ARN.

Implementation

final pulumi.Input<String?>? token;