Class OrganizationalUnitState


  • public final class OrganizationalUnitState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • accounts

        public java.util.Optional<com.pulumi.core.Output<java.util.List<OrganizationalUnitAccountArgs>>> accounts()
        Returns:
        List of child accounts for this Organizational Unit. Does not return account information for child Organizational Units. All elements have these attributes:
      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        ARN of the organizational unit
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name for the organizational unit
      • parentId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> parentId()
        Returns:
        ID of the parent organizational unit, which may be the root
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.