g

github-organizations-membership

Add people to an organization. Will create an invite and user will only become a member once they accept this invite.
https://github.com/aws-ia/cloudformation-github-resource-providers
Apache License 2.0
Files download
File Operation
github-organizations-membership-1.3.0-alpha.7.jar download
github-organizations-membership-1.3.0-alpha.7.pom download
github-organizations-membership-1.3.0-alpha.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cdklabs.cdk_cloudformation</groupId>
  <artifactId>github-organizations-membership</artifactId>
  <version>1.3.0-alpha.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.cdklabs.cdk_cloudformation:github-organizations-membership:1.3.0-alpha.7'
Gradle Kotlin
implementation("io.github.cdklabs.cdk_cloudformation:github-organizations-membership:1.3.0-alpha.7")
Scala SBT
libraryDependencies += "io.github.cdklabs.cdk_cloudformation" % "github-organizations-membership" % "1.3.0-alpha.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cdklabs.cdk_cloudformation', module='github-organizations-membership', version='1.3.0-alpha.7')
)
Apache Ivy
<dependency org="io.github.cdklabs.cdk_cloudformation" name="github-organizations-membership" rev="1.3.0-alpha.7" />
Leiningen
[io.github.cdklabs.cdk_cloudformation/github-organizations-membership "1.3.0-alpha.7"]
Apache Buildr
'io.github.cdklabs.cdk_cloudformation:github-organizations-membership:jar:1.3.0-alpha.7'