com.pepperize.cdk.organizations.IPolicyAttachmentTarget Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdk-organizations Show documentation
Show all versions of cdk-organizations Show documentation
Manage AWS organizations, organizational units (OU), accounts and service control policies (SCP).
package com.pepperize.cdk.organizations;
/**
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.98.0 (build 00b106d)", date = "2024-05-17T01:18:02.616Z")
@software.amazon.jsii.Jsii(module = com.pepperize.cdk.organizations.$Module.class, fqn = "@pepperize/cdk-organizations.IPolicyAttachmentTarget")
@software.amazon.jsii.Jsii.Proxy(IPolicyAttachmentTarget.Jsii$Proxy.class)
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
public interface IPolicyAttachmentTarget extends software.amazon.jsii.JsiiSerializable, software.constructs.IDependable, com.pepperize.cdk.organizations.IResource {
/**
* 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.organizations.IPolicyAttachmentTarget.Jsii$Default {
protected Jsii$Proxy(final software.amazon.jsii.JsiiObjectRef objRef) {
super(objRef);
}
/**
* The unique identifier (ID) of the parent root, organizational unit (OU), account, or policy that you want to create the new OU in.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@Override
public final @org.jetbrains.annotations.NotNull java.lang.String identifier() {
return software.amazon.jsii.Kernel.call(this, "identifier", software.amazon.jsii.NativeType.forClass(java.lang.String.class));
}
}
/**
* Internal default implementation for {@link IPolicyAttachmentTarget}.
*/
@software.amazon.jsii.Internal
interface Jsii$Default extends IPolicyAttachmentTarget, com.pepperize.cdk.organizations.IResource.Jsii$Default, software.constructs.IDependable.Jsii$Default {
/**
* The unique identifier (ID) of the parent root, organizational unit (OU), account, or policy that you want to create the new OU in.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@Override
default @org.jetbrains.annotations.NotNull java.lang.String identifier() {
return software.amazon.jsii.Kernel.call(this, "identifier", software.amazon.jsii.NativeType.forClass(java.lang.String.class));
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy