Interface CfnAccountProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAccountProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-24T21:00:33.048Z") @Stability(Stable) public interface CfnAccountProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnAccount.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.organizations.*;
 CfnAccountProps cfnAccountProps = CfnAccountProps.builder()
         .accountName("accountName")
         .email("email")
         // the properties below are optional
         .parentIds(List.of("parentIds"))
         .roleName("roleName")
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for CfnAccountProps
    static final class 
    An implementation for CfnAccountProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    The account name given to the account when it was created.
    The email address associated with the AWS account.
    default List<String>
    The unique identifier (ID) of the root or organizational unit (OU) that you want to create the new account in.
    default String
    The name of an IAM role that AWS Organizations automatically preconfigures in the new member account.
    default List<CfnTag>
    A list of tags that you want to attach to the newly created account.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson