Class GitHubActionRoleProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.cdkpipelines.github.GitHubActionRoleProps.Jsii$Proxy
-
- All Implemented Interfaces:
GitHubActionRoleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- GitHubActionRoleProps
@Stability(Stable) @Internal public static final class GitHubActionRoleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GitHubActionRoleProps
An implementation forGitHubActionRoleProps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.cdkpipelines.github.GitHubActionRoleProps
GitHubActionRoleProps.Builder, GitHubActionRoleProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(GitHubActionRoleProps.Builder builder)Constructor that initializes the object based on literal property values passed by theGitHubActionRoleProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)software.amazon.awscdk.services.iam.IOpenIdConnectProvidergetProvider()The GitHub OpenId Connect Provider.List<String>getRepos()A list of GitHub repositories you want to be able to access the IAM role.StringgetRoleName()The name of the Oidc role.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(GitHubActionRoleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theGitHubActionRoleProps.Builder.
-
-
Method Detail
-
getRepos
public final List<String> getRepos()
Description copied from interface:GitHubActionRolePropsA list of GitHub repositories you want to be able to access the IAM role.Each entry should be your GitHub username and repository passed in as a single string.
For example, `['owner/repo1', 'owner/repo2'].
- Specified by:
getReposin interfaceGitHubActionRoleProps
-
getProvider
public final software.amazon.awscdk.services.iam.IOpenIdConnectProvider getProvider()
Description copied from interface:GitHubActionRolePropsThe GitHub OpenId Connect Provider. Must have provider url `https://token.actions.githubusercontent.com`. The audience must be `sts:amazonaws.com`.Only one such provider can be defined per account, so if you already have a provider with the same url, a new provider cannot be created for you.
Default: - a provider is created for you.
- Specified by:
getProviderin interfaceGitHubActionRoleProps
-
getRoleName
public final String getRoleName()
Description copied from interface:GitHubActionRolePropsThe name of the Oidc role.Default: 'GitHubActionRole'
- Specified by:
getRoleNamein interfaceGitHubActionRoleProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-