com.pepperize.cdk.organizations.IamUserAccessToBilling 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;
/**
* @see https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/control-access-billing.html#ControllingAccessWebsite-Activate
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.98.0 (build 00b106d)", date = "2024-05-17T01:18:02.655Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = com.pepperize.cdk.organizations.$Module.class, fqn = "@pepperize/cdk-organizations.IamUserAccessToBilling")
public enum IamUserAccessToBilling {
/**
* If set to ALLOW, the new account enables IAM users to access account billing information if they have the required permissions.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
ALLOW,
/**
* If set to DENY, only the root user of the new account can access account billing information.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
DENY,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy