Uses of Class
io.github.cdklabs.cdkpipelines.github.GitHubActionRole.Builder
-
-
Uses of GitHubActionRole.Builder in io.github.cdklabs.cdkpipelines.github
Methods in io.github.cdklabs.cdkpipelines.github that return GitHubActionRole.Builder Modifier and Type Method Description static GitHubActionRole.BuilderGitHubActionRole.Builder. create(software.constructs.Construct scope, String id)GitHubActionRole.BuilderGitHubActionRole.Builder. provider(software.amazon.awscdk.services.iam.IOpenIdConnectProvider provider)The GitHub OpenId Connect Provider.GitHubActionRole.BuilderGitHubActionRole.Builder. repos(List<String> repos)A list of GitHub repositories you want to be able to access the IAM role.GitHubActionRole.BuilderGitHubActionRole.Builder. roleName(String roleName)The name of the Oidc role.
-