All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.p6m7g8.p6namer.P6Namer Maven / Gradle / Ivy

There is a newer version: 0.8.30
Show newest version
package com.github.p6m7g8.p6namer;

/**
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.55.1 (build 07d2d90)", date = "2022-04-01T00:47:26.178Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = com.github.p6m7g8.p6namer.$Module.class, fqn = "p6-cdk-namer.P6Namer")
public class P6Namer extends software.amazon.awscdk.Resource {

    protected P6Namer(final software.amazon.jsii.JsiiObjectRef objRef) {
        super(objRef);
    }

    protected P6Namer(final software.amazon.jsii.JsiiObject.InitializationMode initializationMode) {
        super(initializationMode);
    }

    /**
     * @param scope This parameter is required.
     * @param id This parameter is required.
     * @param props This parameter is required.
     */
    @software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
    public P6Namer(final @org.jetbrains.annotations.NotNull software.constructs.Construct scope, final @org.jetbrains.annotations.NotNull java.lang.String id, final @org.jetbrains.annotations.NotNull com.github.p6m7g8.p6namer.IP6NamerProps props) {
        super(software.amazon.jsii.JsiiObject.InitializationMode.JSII);
        software.amazon.jsii.JsiiEngine.getInstance().createNewObject(this, new Object[] { java.util.Objects.requireNonNull(scope, "scope is required"), java.util.Objects.requireNonNull(id, "id is required"), java.util.Objects.requireNonNull(props, "props is required") });
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy