com.pepperize.cdk.github.IAuthOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk-github Show documentation
Show all versions of cdk-github Show documentation
Manage GitHub resources like repositories, teams, members, integrations and workflows with the AWS CDK as Custom Resources in CloudFormation with [cdk-github](https://github.com/pepperize/cdk-github).
package com.pepperize.cdk.github;
/**
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.97.0 (build 729de35)", date = "2024-06-03T23:55:30.191Z")
@software.amazon.jsii.Jsii(module = com.pepperize.cdk.github.$Module.class, fqn = "@pepperize/cdk-github.IAuthOptions")
@software.amazon.jsii.Jsii.Proxy(IAuthOptions.Jsii$Proxy.class)
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public interface IAuthOptions extends software.amazon.jsii.JsiiSerializable {
/**
* A proxy class which represents a concrete javascript instance of this type.
*/
@software.amazon.jsii.Internal
final class Jsii$Proxy extends software.amazon.jsii.JsiiObject implements com.pepperize.cdk.github.IAuthOptions.Jsii$Default {
protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) {
super(objRef);
}
}
/**
* Internal default implementation for {@link IAuthOptions}.
*/
@software.amazon.jsii.Internal
interface Jsii$Default extends IAuthOptions {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy